diff options
Diffstat (limited to 'include/SSystem')
| -rw-r--r-- | include/SSystem/SComponent/c_m3d.h | 2 |
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; |
