diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-28 14:01:14 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-28 14:01:14 -0400 |
| commit | 27f0df12eb2293ada28ca2bb8f607f41ee92bf12 (patch) | |
| tree | 9fb5231499926ee1a113621b6b7cd6eb3b04c322 /include | |
| parent | bf818e8aec3f945480ec94f8a508812364833427 (diff) | |
Fix G_CM3D_F_INF define
Diffstat (limited to 'include')
| -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; |
