aboutsummaryrefslogtreecommitdiff
path: root/src/client/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/camera.h')
-rw-r--r--src/client/camera.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/camera.h b/src/client/camera.h
index 3e1cb4fdf..403d6024c 100644
--- a/src/client/camera.h
+++ b/src/client/camera.h
@@ -140,9 +140,7 @@ public:
void step(f32 dtime);
// Update the camera from the local player's position.
- // busytime is used to adjust the viewing range.
- void update(LocalPlayer* player, f32 frametime, f32 busytime,
- f32 tool_reload_ratio);
+ void update(LocalPlayer* player, f32 frametime, f32 tool_reload_ratio);
// Update render distance
void updateViewingRange();