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..834847f8 100644
--- a/Minecraft.Client/SlimeModel.cpp
+++ b/Minecraft.Client/SlimeModel.cpp
@@ -36,7 +36,7 @@ SlimeModel::SlimeModel(int vOffs)
void SlimeModel::render(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);
+ setupAnim(time, r, bob, yRot, xRot, scale, entity);
cube->render(scale,usecompiled);
if (eye0!=NULL)