diff --git a/game/addons/mesh_data_resource_editor/MDIEd.gd b/game/addons/mesh_data_resource_editor/MDIEd.gd index 66285167..5c12f5ec 100644 --- a/game/addons/mesh_data_resource_editor/MDIEd.gd +++ b/game/addons/mesh_data_resource_editor/MDIEd.gd @@ -18,6 +18,9 @@ func _unhandled_key_input(event : InputEventKey) -> void: if event.echo: return + if event.alt || event.shift || event.control || event.meta || event.command: + return + #if event.key if event.scancode == KEY_G: #translate