As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENES
This commit is contained in:
parent
8d9b73171e
commit
83ab4445f2
1 changed files with 1 additions and 1 deletions
|
@ -2678,7 +2678,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
|
|||
|
||||
bool autosave = EDITOR_DEF("run/auto_save_before_running",true);
|
||||
if (autosave) {
|
||||
_menu_option_confirm(FILE_SAVE_SCENE, false);
|
||||
_menu_option_confirm(FILE_SAVE_ALL_SCENES, false);
|
||||
}
|
||||
if (run_native->is_deploy_debug_remote_enabled()){
|
||||
_menu_option_confirm(RUN_STOP,true);
|
||||
|
|
Loading…
Reference in a new issue