mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 07:23:26 +00:00
patch
This commit is contained in:
@@ -45,7 +45,7 @@ namespace omath::projectile_prediction::traits
|
|||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
constexpr static float get_vector_height_coordinate(const Vector3<float>& vec) noexcept
|
constexpr static float get_vector_height_coordinate(const Vector3<float>& vec) noexcept
|
||||||
{
|
{
|
||||||
return vec.z;
|
return vec.y;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ namespace omath::projectile_prediction::traits
|
|||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
constexpr static float get_vector_height_coordinate(const Vector3<float>& vec) noexcept
|
constexpr static float get_vector_height_coordinate(const Vector3<float>& vec) noexcept
|
||||||
{
|
{
|
||||||
return vec.z;
|
return vec.y;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
|
|||||||
Reference in New Issue
Block a user