fix: last game update

This commit is contained in:
2024-06-12 15:56:21 +02:00
parent 58a6b03839
commit 47a21f293e
13 changed files with 54702 additions and 209248 deletions

View File

@@ -33,7 +33,7 @@ app::Vector3 Transform::GetRight(app::Transform* transform)
return app::Transform_get_right(transform, nullptr);
}
app::Vector3 Transform::GetEulerAngles(app::Quaternion rotation)
app::Vector3 Transform::GetEulerAngles(app::Quaternion__Boxed rotation)
{
return app::Quaternion_get_eulerAngles(&rotation, nullptr);
}