diff options
Diffstat (limited to 'Minecraft.World/BodyControl.cpp')
| -rw-r--r-- | Minecraft.World/BodyControl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/BodyControl.cpp b/Minecraft.World/BodyControl.cpp index b74cc4dd..b39ebc45 100644 --- a/Minecraft.World/BodyControl.cpp +++ b/Minecraft.World/BodyControl.cpp @@ -5,7 +5,7 @@ const float BodyControl::maxClampAngle = 75.0f; -BodyControl::BodyControl(Mob *mob) +BodyControl::BodyControl(LivingEntity *mob) { this->mob = mob; |
