aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/TemperatureMixerLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/TemperatureMixerLayer.cpp')
-rw-r--r--Minecraft.World/TemperatureMixerLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/TemperatureMixerLayer.cpp b/Minecraft.World/TemperatureMixerLayer.cpp
index 38358e92..27fbdf68 100644
--- a/Minecraft.World/TemperatureMixerLayer.cpp
+++ b/Minecraft.World/TemperatureMixerLayer.cpp
@@ -2,7 +2,7 @@
#include "net.minecraft.world.level.biome.h"
#include "net.minecraft.world.level.newbiome.layer.h"
-TemperatureMixerLayer::TemperatureMixerLayer(std::shared_ptr<Layer>temp, std::shared_ptr<Layer>parent, int layer) : Layer(0)
+TemperatureMixerLayer::TemperatureMixerLayer(shared_ptr<Layer>temp, shared_ptr<Layer>parent, int layer) : Layer(0)
{
this->parent = parent;
this->temp = temp;