aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/SmoothLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/SmoothLayer.h')
-rw-r--r--Minecraft.World/SmoothLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/SmoothLayer.h b/Minecraft.World/SmoothLayer.h
index 14e3d152..eec3f19e 100644
--- a/Minecraft.World/SmoothLayer.h
+++ b/Minecraft.World/SmoothLayer.h
@@ -5,7 +5,7 @@
class SmoothLayer : public Layer
{
public:
- SmoothLayer(int64_t seedMixup, shared_ptr<Layer>parent);
+ SmoothLayer(__int64 seedMixup, shared_ptr<Layer>parent);
virtual intArray getArea(int xo, int yo, int w, int h);
}; \ No newline at end of file