Fix G_CM3D_F_INF define

This commit is contained in:
LagoLunatic
2025-09-28 14:01:14 -04:00
parent bf818e8aec
commit 27f0df12eb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;