Implement/match LegoRaceActor (#1072)

* Implement LegoRaceActor, add annotations

* Change code duplication comments

---------

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2024-08-03 07:29:21 +02:00
committed by GitHub
parent 412200ecbc
commit 4a41671759
7 changed files with 125 additions and 16 deletions

View File

@@ -122,6 +122,7 @@ public:
}
}
// FUNCTION: BETA10 0x1001c6a0
void RotateX(const float& p_angle)
{
float s = sin(p_angle);