Fixes (thanks Zeldex)

This commit is contained in:
robojumper
2026-05-25 01:09:29 +02:00
parent 9e27df8adf
commit 479fbbddb4
2 changed files with 6 additions and 14 deletions
+1 -3
View File
@@ -5,9 +5,7 @@
#include "m/m_vec.h"
inline void setRotXY(mAng3_c &rot, s32 x, s32 y) {
rot.x.mVal = x;
rot.y.mVal = y;
rot.z.mVal = 0;
rot.set(x, y, mAng(0));
}
inline void setRotXYVec(mAng3_c &rot, const mVec3_c &direction) {