forgot keyname

This commit is contained in:
2025-11-09 23:23:13 +03:00
parent 44682b6f2c
commit 8f225c5f8e

View File

@@ -11,7 +11,7 @@ namespace omath::collision
class MeshCollider
{
public:
using NumericType = MeshType::NumericType;
using NumericType = typename MeshType::NumericType;
using VertexType = Vector3<NumericType>;
explicit MeshCollider(MeshType mesh): m_mesh(std::move(mesh))