aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/DragonModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/DragonModel.h')
-rw-r--r--Minecraft.Client/DragonModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/DragonModel.h b/Minecraft.Client/DragonModel.h
index 47c20cba..7adbc137 100644
--- a/Minecraft.Client/DragonModel.h
+++ b/Minecraft.Client/DragonModel.h
@@ -26,7 +26,7 @@ public:
ModelPart *cubes[5];
DragonModel(float g);
- void prepareMobModel(shared_ptr<Mob> mob, float time, float r, float a);
+ void prepareMobModel(shared_ptr<LivingEntity> mob, float time, float r, float a);
virtual void render(shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled);
private: