From da0bbb835d103954724c0f9bc2800b0e7cdb61fe Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 13 Oct 2022 20:40:49 +0100 Subject: Standard typedefs for Mesh --- game/network/rail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/network/rail.cpp') diff --git a/game/network/rail.cpp b/game/network/rail.cpp index 5fec7c1..635ee6e 100644 --- a/game/network/rail.cpp +++ b/game/network/rail.cpp @@ -92,7 +92,7 @@ RailLinks::addLinksBetween(glm::vec3 start, glm::vec3 end) return addLink(start, end, centre.first); } -MeshPtr +Mesh::Ptr RailLink::defaultMesh(const std::span vertices) { std::vector indices; -- cgit v1.2.3