summaryrefslogtreecommitdiff
path: root/include/SSystem
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-28 14:01:14 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-28 14:01:14 -0400
commit27f0df12eb2293ada28ca2bb8f607f41ee92bf12 (patch)
tree9fb5231499926ee1a113621b6b7cd6eb3b04c322 /include/SSystem
parentbf818e8aec3f945480ec94f8a508812364833427 (diff)
Fix G_CM3D_F_INF define
Diffstat (limited to 'include/SSystem')
-rw-r--r--include/SSystem/SComponent/c_m3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_m3d.h b/include/SSystem/SComponent/c_m3d.h
index 808036fc..04b66ff4 100644
--- a/include/SSystem/SComponent/c_m3d.h
+++ b/include/SSystem/SComponent/c_m3d.h
@@ -22,7 +22,7 @@ extern const f32 G_CM3D_F_ABS_MIN;
#if VERSION == VERSION_DEMO
extern const f32 G_CM3D_F_INF;
#else
-#define G_CM3D_F_INF 1e+9f
+#define G_CM3D_F_INF (1000000000.0f)
#endif
extern const u32 BPCP_OUTCODE0;