aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/GhastModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/GhastModel.cpp')
-rw-r--r--Minecraft.Client/GhastModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/GhastModel.cpp b/Minecraft.Client/GhastModel.cpp
index 0a482e62..14277c43 100644
--- a/Minecraft.Client/GhastModel.cpp
+++ b/Minecraft.Client/GhastModel.cpp
@@ -23,7 +23,7 @@ GhastModel::GhastModel() : Model()
tentacles[i]->x = xo;
tentacles[i]->z = yo;
- tentacles[i]->y = static_cast<float>(31 + yoffs);
+ tentacles[i]->y = (float)(31 + yoffs);
}
// 4J added - compile now to avoid random performance hit first time cubes are rendered