summaryrefslogtreecommitdiff
path: root/include/JSystem/JMath/JMath.h
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-12-05 13:52:18 -0500
committerGitHub <noreply@github.com>2025-12-05 11:52:18 -0700
commit4e4d89eab6a808b3df0fcb876bcfdc946e9f4a14 (patch)
tree571cfb45155ae464b3d0edf66c5c01835c0bb791 /include/JSystem/JMath/JMath.h
parent7fe9a68a9d47750fa0b3956349260fc4e3968047 (diff)
d_a_mg_rod 100% (#2914)
Diffstat (limited to 'include/JSystem/JMath/JMath.h')
-rw-r--r--include/JSystem/JMath/JMath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JMath/JMath.h b/include/JSystem/JMath/JMath.h
index fd31a8dd25..f54e33d565 100644
--- a/include/JSystem/JMath/JMath.h
+++ b/include/JSystem/JMath/JMath.h
@@ -37,7 +37,7 @@ inline float __frsqrtes(register double f) {
#endif
}
-inline f32 JMAFastSqrt(register f32 input) {
+inline f32 JMAFastSqrt(register const f32 input) {
#ifdef __MWERKS__
if (input > 0.0f) {
register f32 out;