aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/EndermanModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/EndermanModel.h')
-rw-r--r--Minecraft.Client/EndermanModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/EndermanModel.h b/Minecraft.Client/EndermanModel.h
index 3760e796..5042f553 100644
--- a/Minecraft.Client/EndermanModel.h
+++ b/Minecraft.Client/EndermanModel.h
@@ -9,5 +9,5 @@ public:
bool creepy;
EndermanModel();
- virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, unsigned int uiBitmaskOverrideAnim=0);
+ virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, shared_ptr<Entity> entity, unsigned int uiBitmaskOverrideAnim=0);
}; \ No newline at end of file