aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/ViewportCuller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/ViewportCuller.cpp')
-rw-r--r--Minecraft.Client/ViewportCuller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/ViewportCuller.cpp b/Minecraft.Client/ViewportCuller.cpp
index bc22faa6..41a8eb36 100644
--- a/Minecraft.Client/ViewportCuller.cpp
+++ b/Minecraft.Client/ViewportCuller.cpp
@@ -49,7 +49,7 @@ bool ViewportCuller::Face::fullyInFront(double x0, double y0, double z0, double
return true;
}
-ViewportCuller::ViewportCuller(shared_ptr<Mob> mob, double fogDistance, float a)
+ViewportCuller::ViewportCuller(shared_ptr<LivingEntity> mob, double fogDistance, float a)
{
float yRot = mob->yRotO+(mob->yRot-mob->yRotO)*a;
float xRot = mob->xRotO+(mob->xRot-mob->xRotO)*a;