diff --git a/player/camera_gimbal.gd b/player/camera_gimbal.gd index 2f9e815..e3462cd 100644 --- a/player/camera_gimbal.gd +++ b/player/camera_gimbal.gd @@ -49,8 +49,6 @@ func _process(delta): else: Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE) mouse_locked = false - mouse_x_velocity = 0 - mouse_y_velocity = 0 rotate_camera_y(y, delta) rotate_camera_x(x, delta)