Fix unsaved scene not running after save
This commit is contained in:
parent
871ceeb0fe
commit
6b7021ad90
1 changed files with 1 additions and 1 deletions
|
@ -1983,7 +1983,7 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
|
|||
}
|
||||
|
||||
_menu_option(FILE_SAVE_AS_SCENE);
|
||||
_menu_option_confirm(FILE_SAVE_AND_RUN, true);
|
||||
_menu_option_confirm(FILE_SAVE_AND_RUN, false);
|
||||
} break;
|
||||
|
||||
case FILE_SAVE_OPTIMIZED: {
|
||||
|
|
Loading…
Reference in a new issue