aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/VoronoiZoom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/VoronoiZoom.cpp')
-rw-r--r--Minecraft.World/VoronoiZoom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/VoronoiZoom.cpp b/Minecraft.World/VoronoiZoom.cpp
index 58f27d53..f62cc9b6 100644
--- a/Minecraft.World/VoronoiZoom.cpp
+++ b/Minecraft.World/VoronoiZoom.cpp
@@ -2,7 +2,7 @@
#include "net.minecraft.world.level.newbiome.layer.h"
#include "System.h"
-VoronoiZoom::VoronoiZoom(int64_t seedMixup, std::shared_ptr<Layer>parent) : Layer(seedMixup)
+VoronoiZoom::VoronoiZoom(int64_t seedMixup, shared_ptr<Layer>parent) : Layer(seedMixup)
{
this->parent = parent;
}