fixed for clang

This commit is contained in:
2025-03-24 06:48:43 +03:00
parent a797dd134a
commit b6b0184523
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);