fix regressions

This commit is contained in:
elijah-thomas774
2025-06-09 23:07:51 -04:00
parent d586e445e7
commit a016a38405
3 changed files with 5 additions and 11 deletions
-5
View File
@@ -82,11 +82,6 @@ struct mAng {
return mVal * sAngToDeg;
}
static s16 angle(const mVec3_c &a, const mVec3_c &b) {
f32 rads = a.angle(b);
return fromRad(rads);
}
f32 radian() const {
return ((2.f * M_PI) / 65536.0f) * mVal;
}