Browse Source

Merge pull request #12971 from Chaosus/saveandrunscenefix

Fix current scene run when scene saved
Rémi Verschelde 7 năm trước cách đây
mục cha
commit
3330c4b4de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      editor/editor_node.cpp

+ 1 - 1
editor/editor_node.cpp

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