This commit is contained in:
OverloadedOrama 2019-12-24 13:52:46 +02:00
parent 1f2d8406c2
commit 02f5bd0f5b
2 changed files with 5 additions and 5 deletions

View file

@ -199,7 +199,7 @@ func _input(event : InputEvent) -> void:
func _notification(what : int) -> void:
if what == MainLoop.NOTIFICATION_WM_QUIT_REQUEST: #Handle exit
$QuitDialog.popup_centered()
$QuitDialog.call_deferred("popup_centered")
Global.can_draw = false
func file_menu_id_pressed(id : int) -> void: