This commit is contained in:
2025-11-09 15:50:07 +03:00
parent bbd181f12f
commit 1aa0360ac4

View File

@@ -58,7 +58,7 @@ namespace omath::collision
[[nodiscard]]
constexpr bool handle(VectorType& direction)
{
switch (m_points.size())
switch (size())
{
case 2:
return handle_line(direction);