diff --git a/include/omath/collision/mesh_collider.hpp b/include/omath/collision/mesh_collider.hpp index cfe9c1c..96b4d7a 100644 --- a/include/omath/collision/mesh_collider.hpp +++ b/include/omath/collision/mesh_collider.hpp @@ -11,7 +11,6 @@ namespace omath::collision class MeshCollider { public: - using VertexType = MeshType::VertexType; using VectorType = VertexType::VectorType; explicit MeshCollider(MeshType mesh): m_mesh(std::move(mesh))