This commit is contained in:
lepelog
2026-06-29 00:18:39 +02:00
parent c6ca28231d
commit abfd3771a0
7 changed files with 53 additions and 54 deletions
+1 -2
View File
@@ -272,8 +272,7 @@ public:
return cM::atan2s(-y, absXZ());
}
// TODO: make sure this isn't bad
s32 atan2sY_XZ() const {
s16 atan2sY_XZ() const {
return cM::atan2s(y, absXZ());
}