mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
Fixes #90
This commit is contained in:
parent
1f2d8406c2
commit
02f5bd0f5b
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue