From 9a89e2467eaf7c765414b0e098967f55558177cf Mon Sep 17 00:00:00 2001 From: Orange Date: Sat, 29 Nov 2025 16:37:30 +0300 Subject: [PATCH] fix --- include/omath/collision/mesh_collider.hpp | 1 - 1 file changed, 1 deletion(-) 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))