mirror of
https://github.com/zeldaret/ss
synced 2026-09-06 18:51:12 -04:00
Merge pull request #250 from robojumper/select-btn
d_lyt_msg_window_select_btn mostly OK
This commit is contained in:
@@ -98,6 +98,10 @@ struct mAng {
|
||||
return rad * sRadToAng;
|
||||
}
|
||||
|
||||
static f32 ang2deg_c(f32 rad) {
|
||||
return rad * sAngToDeg;
|
||||
}
|
||||
|
||||
static f32 rad2deg(f32 rad) {
|
||||
return rad * (360.f / (2.f * M_PI));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user