summaryrefslogtreecommitdiff
path: root/game/network/rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/network/rail.h')
-rw-r--r--game/network/rail.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/network/rail.h b/game/network/rail.h
index 78d4a86..b1a036e 100644
--- a/game/network/rail.h
+++ b/game/network/rail.h
@@ -30,9 +30,9 @@ public:
protected:
[[nodiscard]] glm::vec3 vehiclePositionOffset() const override;
- [[nodiscard]] static MeshPtr defaultMesh(const std::span<Vertex> vertices);
+ [[nodiscard]] static Mesh::Ptr defaultMesh(const std::span<Vertex> vertices);
- MeshPtr mesh;
+ Mesh::Ptr mesh;
};
RailLink::~RailLink() = default;