Fix 'Quit to Project Manager' not stopping the running application
(cherry picked from commit e48c07750f
)
This commit is contained in:
parent
ff1d370b9f
commit
6a2efc48c5
|
@ -2663,6 +2663,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
|
|||
break;
|
||||
}
|
||||
|
||||
_menu_option_confirm(RUN_STOP,true);
|
||||
get_tree()->quit();
|
||||
String exec = OS::get_singleton()->get_executable_path();
|
||||
|
||||
|
|
Loading…
Reference in New Issue