fixed for clang

This commit is contained in:
2025-03-24 06:48:43 +03:00
parent 54ef1abb21
commit d30c5be50f
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
namespace omath::unity_engine
{
Vector3<float> unity_engine::ForwardVector(const ViewAngles& angles)
Vector3<float> ForwardVector(const ViewAngles& angles)
{
const auto vec = MatRotation(angles) * MatColumnFromVector(kAbsForward);