aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/OzelotModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/OzelotModel.cpp')
-rw-r--r--Minecraft.Client/OzelotModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/OzelotModel.cpp b/Minecraft.Client/OzelotModel.cpp
index c9dcf679..b0557012 100644
--- a/Minecraft.Client/OzelotModel.cpp
+++ b/Minecraft.Client/OzelotModel.cpp
@@ -182,7 +182,7 @@ void OzelotModel::setupAnim(float time, float r, float bob, float yRot, float xR
void OzelotModel::prepareMobModel(std::shared_ptr<Mob> mob, float time, float r, float a)
{
- std::shared_ptr<Ozelot> ozelot = std::dynamic_pointer_cast<Ozelot>(mob);
+ std::shared_ptr<Ozelot> ozelot = dynamic_pointer_cast<Ozelot>(mob);
body->y = bodyWalkY;
body->z = bodyWalkZ;