diff options
Diffstat (limited to 'Minecraft.World/IslandLayer.cpp')
| -rw-r--r-- | Minecraft.World/IslandLayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/IslandLayer.cpp b/Minecraft.World/IslandLayer.cpp index 0a6cc3fa..b502f384 100644 --- a/Minecraft.World/IslandLayer.cpp +++ b/Minecraft.World/IslandLayer.cpp @@ -1,7 +1,7 @@ #include "stdafx.h" #include "net.minecraft.world.level.newbiome.layer.h" -IslandLayer::IslandLayer(int64_t seedMixup) : Layer(seedMixup) +IslandLayer::IslandLayer(__int64 seedMixup) : Layer(seedMixup) { } |
