Browse Source

Fix unsaved scene not running after save

(cherry picked from commit 6b7021ad90cdfbadc456de16e0b6afc6f5217e16)
Poommetee Ketson 8 years ago
parent
commit
f1901d8e3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/editor_node.cpp

+ 1 - 1
editor/editor_node.cpp

@@ -2092,7 +2092,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_DUMP_STRINGS: {