Browse Source

Run project after selecting main scene. Fixes #9077

Nuno Donato 8 năm trước cách đây
mục cha
commit
1ab0a779d8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      editor/editor_node.cpp

+ 1 - 0
editor/editor_node.cpp

@@ -1085,6 +1085,7 @@ void EditorNode::_dialog_action(String p_file) {
 			GlobalConfig::get_singleton()->set("application/main_scene", p_file);
 			GlobalConfig::get_singleton()->set("application/main_scene", p_file);
 			GlobalConfig::get_singleton()->save();
 			GlobalConfig::get_singleton()->save();
 			//would be nice to show the project manager opened with the highlighted field..
 			//would be nice to show the project manager opened with the highlighted field..
+			_run(false, ""); // automatically run the project
 		} break;
 		} break;
 		case FILE_SAVE_OPTIMIZED: {
 		case FILE_SAVE_OPTIMIZED: {