This commit is contained in:
2025-08-06 05:56:09 +03:00
parent 2c4ff37062
commit 21ec23d77b
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ namespace omath::projectile_prediction::traits
[[nodiscard]]
constexpr static float get_vector_height_coordinate(const Vector3<float>& vec) noexcept
{
return vec.z;
return vec.y;
}
[[nodiscard]]

View File

@@ -45,7 +45,7 @@ namespace omath::projectile_prediction::traits
[[nodiscard]]
constexpr static float get_vector_height_coordinate(const Vector3<float>& vec) noexcept
{
return vec.z;
return vec.y;
}
[[nodiscard]]