This commit is contained in:
2025-11-29 16:37:30 +03:00
parent 48bf06f69c
commit 9a89e2467e

View File

@@ -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))