Merge pull request #4359 from neikeq/pr-issue-4351

Fix 'Quit to Project Manager' not stopping the running application
This commit is contained in:
Rémi Verschelde 2016-04-18 08:17:30 +02:00
commit 3348dea78b
1 changed files with 1 additions and 0 deletions

View File

@ -2672,6 +2672,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();