瀏覽代碼

Merge pull request #6190 from iammangod96/patch-1

Fixed running the game before saving scene
Ignacio Etcheverry 9 年之前
父節點
當前提交
7c4f6c654b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/editor/editor_node.cpp

+ 1 - 1
tools/editor/editor_node.cpp

@@ -1228,7 +1228,7 @@ void EditorNode::_dialog_action(String p_file) {
 
 				//_save_scene(p_file);
 				_save_scene_with_preview(p_file);
-				_run(false);
+				_run(true);
 			}
 		} break;