Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
forgot keyname
  • Loading branch information
orange-cpp committed Nov 9, 2025
commit 8f225c5f8e23059944041416219d304c4f2125ef
2 changes: 1 addition & 1 deletion include/omath/collision/mesh_collider.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
Loading