From f2c06ce441a38a032202b9024fdfa57bb36a67c2 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:19:31 +1100 Subject: Misc Cleanup (#1585) * misc cleanup * more fake matches * revert for sym --- src/code/code_800FCE80.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code/code_800FCE80.c') diff --git a/src/code/code_800FCE80.c b/src/code/code_800FCE80.c index 17b2bc4e5..8ac46833d 100644 --- a/src/code/code_800FCE80.c +++ b/src/code/code_800FCE80.c @@ -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; -- cgit v1.2.3