diff --git a/include/omath/collision/mesh_collider.hpp b/include/omath/collision/mesh_collider.hpp index 14fc505..adafab3 100644 --- a/include/omath/collision/mesh_collider.hpp +++ b/include/omath/collision/mesh_collider.hpp @@ -11,7 +11,7 @@ namespace omath::collision class MeshCollider { public: - using NumericType = MeshType::NumericType; + using NumericType = typename MeshType::NumericType; using VertexType = Vector3; explicit MeshCollider(MeshType mesh): m_mesh(std::move(mesh))