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