From 83ab4445f2b37401593855e40c1628e5742babb1 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 10 Jul 2016 14:37:48 -0300 Subject: As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENES --- tools/editor/editor_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3