aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/DragonModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/DragonModel.cpp')
-rw-r--r--Minecraft.Client/DragonModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/DragonModel.cpp b/Minecraft.Client/DragonModel.cpp
index 39861829..9e0499a9 100644
--- a/Minecraft.Client/DragonModel.cpp
+++ b/Minecraft.Client/DragonModel.cpp
@@ -106,7 +106,7 @@ DragonModel::DragonModel(float g) : Model()
rearFoot->compile(1.0f/16.0f);
}
-void DragonModel::prepareMobModel(shared_ptr<Mob> mob, float time, float r, float a)
+void DragonModel::prepareMobModel(shared_ptr<LivingEntity> mob, float time, float r, float a)
{
this->a = a;
}