aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/SlimeModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/SlimeModel.cpp')
-rw-r--r--Minecraft.Client/SlimeModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/SlimeModel.cpp b/Minecraft.Client/SlimeModel.cpp
index 1dafc2fb..df0ae37d 100644
--- a/Minecraft.Client/SlimeModel.cpp
+++ b/Minecraft.Client/SlimeModel.cpp
@@ -34,7 +34,7 @@ SlimeModel::SlimeModel(int vOffs)
cube->compile(1.0f/16.0f);
}
-void SlimeModel::render(shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled)
+void SlimeModel::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);