mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
warning fix
This commit is contained in:
@@ -26,7 +26,7 @@ TEST(SimplexTest, HandleLineCollinearWithXAxis)
|
|||||||
simplex.push_front(Vec3{-1, 0, 0});
|
simplex.push_front(Vec3{-1, 0, 0});
|
||||||
|
|
||||||
Vec3 direction{};
|
Vec3 direction{};
|
||||||
simplex.handle(direction);
|
std::ignore = simplex.handle(direction);
|
||||||
|
|
||||||
EXPECT_NEAR(direction.x, 0.f, 1e-6f);
|
EXPECT_NEAR(direction.x, 0.f, 1e-6f);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user