Skip to content

Commit

Permalink
ESC no longer attempts to close program
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed Apr 6, 2024
1 parent dbb58b0 commit c28f209
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Scenes/Editor.gd
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ func _unhandled_input(event):
if i.get_close_button().visible == true:
i.visible = false
foundDialogToClose = true

if foundDialogToClose == false:
notification(MainLoop.NOTIFICATION_WM_QUIT_REQUEST)
VIEW_3D:
if oExportPreview.visible == true:
oExportPreview.hide()
Expand Down

0 comments on commit c28f209

Please sign in to comment.