diff options
Diffstat (limited to 'Minecraft.World/Mth.h')
| -rw-r--r-- | Minecraft.World/Mth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/Mth.h b/Minecraft.World/Mth.h index 17119fb1..78c3ef10 100644 --- a/Minecraft.World/Mth.h +++ b/Minecraft.World/Mth.h @@ -22,7 +22,7 @@ public : static float sqrt(float x); static float sqrt(double x); static int floor(float v); - static __int64 lfloor(double v); + static int64_t lfloor(double v); static int fastFloor(double x); static int floor(double v); static int absFloor(double v); |
