Compare commits

...

2 Commits

Author SHA1 Message Date
fdb2ad099a umped version 2025-12-27 19:43:56 +03:00
88ce5e6b8c warning fix 2025-12-25 02:35:50 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
4.4.0
4.6.0

View File

@@ -26,7 +26,7 @@ TEST(SimplexTest, HandleLineCollinearWithXAxis)
simplex.push_front(Vec3{-1, 0, 0});
Vec3 direction{};
simplex.handle(direction);
std::ignore = simplex.handle(direction);
EXPECT_NEAR(direction.x, 0.f, 1e-6f);
}