Explorar o código

Fixed running the game before saving scene

Closes #6184
Manish Sharma %!s(int64=9) %!d(string=hai) anos
pai
achega
82728b3384
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;