Преглед изворни кода

Fixed running the game before saving scene

Closes #6184
Manish Sharma пре 9 година
родитељ
комит
82728b3384
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;