Explorar o código

Fix current scene run when scene saved

Chaosus %!s(int64=7) %!d(string=hai) anos
pai
achega
acc45ccf41
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;