From 8afa84849ae29ccc97f0aaf67adc1abcc3d9c553 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 21 Sep 2024 19:53:27 +0200 Subject: fix whitespace --- client/player/follow_camera.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client') diff --git a/client/player/follow_camera.gd b/client/player/follow_camera.gd index b080f76e..905d4938 100644 --- a/client/player/follow_camera.gd +++ b/client/player/follow_camera.gd @@ -78,8 +78,8 @@ func follow(delta): return var invert_factor = -1 if Global.get_setting("gameplay.invert_camera") else 1; - - if not _disable_input: + + if not _disable_input: angle_target += Input.get_axis("rotate_left", "rotate_right") * ROTATE_SPEED * delta * invert_factor angle = G.interpolate_angle(angle, angle_target, delta * ROTATE_WEIGHT) -- cgit v1.2.3-70-g09d2