mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-08 12:16:19 -04:00
ac_snowman 50%
This commit is contained in:
@@ -5,7 +5,7 @@ f32 fatan2(f32 x, f32 y) {
|
||||
return atan2(x, y);
|
||||
}
|
||||
|
||||
f64 fsqrt(f32 x) {
|
||||
f32 fsqrt(f32 x) {
|
||||
return sqrtf(x);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user