1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00
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

File diff suppressed because one or more lines are too long

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: