Removed a debug print.

remotes/1699310152913738325/tmp_refs/heads/legacy
unfa 2021-04-21 23:28:14 +02:00
parent d914bc2999
commit c364021810
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ remote func mouselook_abs(x, y):
remote func mouselook(rel):
var sensitivity = MOUSE_SENSITIVITY * game.mouse_sensitivity_multiplier * (camera.fov / FOV_NORMAL)
print("Sensitivity: ", sensitivity)
rotate_y(- rel.x * sensitivity)
camera.rotation.x = clamp(camera.rotation.x-rel.y * sensitivity, -PI/2, PI/2)