From 89979983af81402086304abff92ec069ef0d664d Mon Sep 17 00:00:00 2001 From: Rodolphe Suescun Date: Tue, 10 Aug 2021 14:55:14 +0200 Subject: [PATCH] Removed useless trace --- material_maker/panels/preview_3d/preview_3d.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/material_maker/panels/preview_3d/preview_3d.gd b/material_maker/panels/preview_3d/preview_3d.gd index 106ab42d..c5570c81 100644 --- a/material_maker/panels/preview_3d/preview_3d.gd +++ b/material_maker/panels/preview_3d/preview_3d.gd @@ -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