mirror of
https://github.com/zeldaret/oot
synced 2026-05-27 08:08:42 -04:00
Misc Cleanup (#1585)
* misc cleanup * more fake matches * revert for sym
This commit is contained in:
@@ -50,8 +50,8 @@ f32 Math_FAtanTaylorQF(f32 x) {
|
||||
if (poly + term == poly) {
|
||||
break;
|
||||
}
|
||||
poly = poly + term;
|
||||
exp = exp * sq;
|
||||
poly += term;
|
||||
exp *= sq;
|
||||
}
|
||||
|
||||
return poly;
|
||||
|
||||
Reference in New Issue
Block a user