소스 검색

Fix unsaved scene not running after save

(cherry picked from commit 6b7021ad90cdfbadc456de16e0b6afc6f5217e16)
Poommetee Ketson 8 년 전
부모
커밋
f1901d8e3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: {