aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/GhastModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/GhastModel.cpp')
-rw-r--r--Minecraft.Client/GhastModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/GhastModel.cpp b/Minecraft.Client/GhastModel.cpp
index 460c28ff..bc41c774 100644
--- a/Minecraft.Client/GhastModel.cpp
+++ b/Minecraft.Client/GhastModel.cpp
@@ -42,7 +42,7 @@ void GhastModel::setupAnim(float time, float r, float bob, float yRot, float xRo
}
}
-void GhastModel::render(shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled)
+void GhastModel::render(std::shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled)
{
setupAnim(time, r, bob, yRot, xRot, scale);