mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fix
This commit is contained in:
@@ -58,7 +58,7 @@ namespace omath::collision
|
|||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
constexpr bool handle(VectorType& direction)
|
constexpr bool handle(VectorType& direction)
|
||||||
{
|
{
|
||||||
switch (m_points.size())
|
switch (size())
|
||||||
{
|
{
|
||||||
case 2:
|
case 2:
|
||||||
return handle_line(direction);
|
return handle_line(direction);
|
||||||
|
|||||||
Reference in New Issue
Block a user