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