diff options
Diffstat (limited to 'Minecraft.Client/GhastModel.cpp')
| -rw-r--r-- | Minecraft.Client/GhastModel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/GhastModel.cpp b/Minecraft.Client/GhastModel.cpp index 14277c43..0a482e62 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 = (float)(31 + yoffs); + tentacles[i]->y = static_cast<float>(31 + yoffs); } // 4J added - compile now to avoid random performance hit first time cubes are rendered |
