aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/SilverfishModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/SilverfishModel.cpp')
-rw-r--r--Minecraft.Client/SilverfishModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/SilverfishModel.cpp b/Minecraft.Client/SilverfishModel.cpp
index 128a7e79..a7a14629 100644
--- a/Minecraft.Client/SilverfishModel.cpp
+++ b/Minecraft.Client/SilverfishModel.cpp
@@ -82,7 +82,7 @@ int SilverfishModel::modelVersion()
return 38;
}
-void SilverfishModel::render(shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled)
+void SilverfishModel::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);