Removed useless trace

This commit is contained in:
Rodolphe Suescun 2021-08-10 14:55:14 +02:00
parent 14a496984d
commit 89979983af
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ func on_gui_input(event) -> void:
if event.pressed and lpressed != rpressed: # xor
Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED)
print(event.global_position)
_mouse_start_position = event.global_position
elif not lpressed and not rpressed:
Input.set_mouse_mode(Input.MOUSE_MODE_HIDDEN) # allow and hide cursor warp