forgot keyname

This commit is contained in:
2025-11-09 23:23:13 +03:00
parent 369f2ee582
commit 9783a63c9b

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