fixed tests

This commit is contained in:
2026-04-23 22:32:44 +03:00
parent 11c053e28c
commit e62e8672b3

View File

@@ -44,7 +44,7 @@ TEST(unit_test_unreal_engine, ForwardVectorRotationRoll)
{
omath::unreal_engine::ViewAngles angles;
angles.roll = omath::unreal_engine::RollAngle::from_degrees(-90.f);
angles.roll = omath::unreal_engine::RollAngle::from_degrees(90.f);
const auto forward = omath::unreal_engine::up_vector(angles);
EXPECT_NEAR(forward.x, omath::unreal_engine::k_abs_right.x, 0.00001f);