aboutsummaryrefslogtreecommitdiff
path: root/client/player
diff options
context:
space:
mode:
Diffstat (limited to 'client/player')
-rw-r--r--client/player/follow_camera.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/player/follow_camera.gd b/client/player/follow_camera.gd
index fd4c9d16..4df4b1eb 100644
--- a/client/player/follow_camera.gd
+++ b/client/player/follow_camera.gd
@@ -24,7 +24,7 @@ const ROTATE_WEIGHT: float = 8.0
const ROTATE_UP_SPEED: float = 0.7
const ROTATE_UP_WEIGHT: float = 4.0
const ANGLE_UP_MIN: float = 0.5
-const ANGLE_UP_MAX: float = 1.2
+const ANGLE_UP_MAX: float = 0.4999 * PI
const LOOK_WEIGHT: float = 8.0
const MOVE_WEIGHT: float = 2.0
const ZOOM_SPEED: float = 1.0