mirror of
https://github.com/zeldaret/ss
synced 2026-09-02 09:51:53 -04:00
Progress
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ struct mAng {
|
||||
return (360.0f / 65536.0f) * mVal;
|
||||
}
|
||||
|
||||
static mAng fromDeg(f32 deg) {
|
||||
static s16 fromDeg(f32 deg) {
|
||||
return deg * sDegToAng;
|
||||
}
|
||||
f32 degree2() const {
|
||||
|
||||
Reference in New Issue
Block a user