diff options
Diffstat (limited to 'Minecraft.World/ShoreLayer.cpp')
| -rw-r--r-- | Minecraft.World/ShoreLayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ShoreLayer.cpp b/Minecraft.World/ShoreLayer.cpp index 7ae52557..297571f5 100644 --- a/Minecraft.World/ShoreLayer.cpp +++ b/Minecraft.World/ShoreLayer.cpp @@ -2,7 +2,7 @@ #include "net.minecraft.world.level.newbiome.layer.h" #include "net.minecraft.world.level.biome.h" -ShoreLayer::ShoreLayer(int64_t seed, shared_ptr<Layer> parent) : Layer(seed) +ShoreLayer::ShoreLayer(__int64 seed, shared_ptr<Layer> parent) : Layer(seed) { this->parent = parent; } |
