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