added more iterations

This commit is contained in:
2025-09-20 16:08:04 +03:00
parent f79350e609
commit cef22919a4
5 changed files with 5 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ TEST(unit_test_source_engine, loook_at_random_all_axis)
for (int i = 0; i < 100; i++)
for (int i = 0; i < 1000; i++)
{
const auto position_to_look = omath::Vector3<float>{dist(gen), dist(gen), dist(gen)};
cam.look_at(position_to_look);