summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-07-10 14:37:48 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-07-10 14:37:48 -0300
commit83ab4445f2b37401593855e40c1628e5742babb1 (patch)
treec85166dda2860a1dee02fffc445d63d8c91b3769 /tools/editor
parent8d9b73171ef2e500dc7e47e9373e602d0413a6ed (diff)
As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENES
Diffstat (limited to 'tools/editor')
-rw-r--r--tools/editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index e33474b7c8..80fadd18bd 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -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);