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
Next Next commit
made final
  • Loading branch information
orange-cpp committed Nov 9, 2025
commit 015fc9b1e762062a207ad32ed566868b2b2b3852
2 changes: 1 addition & 1 deletion include/omath/collision/simplex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace omath::collision
{
template<class VectorType = Vector3<float>>
class Simplex
class Simplex final
{
std::array<VectorType, 4> m_points;
std::size_t m_size;
Expand Down
Loading