Fixed running the game before saving scene

Closes #6184
This commit is contained in:
Manish Sharma 2016-08-18 09:49:07 +05:30 committed by GitHub
parent 56fa741b7a
commit 82728b3384

View file

@ -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;