aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/EntityPos.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/EntityPos.h')
-rw-r--r--Minecraft.World/EntityPos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/EntityPos.h b/Minecraft.World/EntityPos.h
index 5b064901..6b82af01 100644
--- a/Minecraft.World/EntityPos.h
+++ b/Minecraft.World/EntityPos.h
@@ -11,5 +11,5 @@ public:
EntityPos(double x, double y, double z, float yRot, float xRot);
EntityPos(double x, double y, double z);
EntityPos(float yRot, float xRot);
- EntityPos *lerp(shared_ptr<Entity> e, float f);
+ EntityPos *lerp(std::shared_ptr<Entity> e, float f);
}; \ No newline at end of file