1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #6190 from iammangod96/patch-1

Fixed running the game before saving scene
This commit is contained in:
Ignacio Etcheverry
2016-09-08 22:10:50 +02:00
committed by GitHub

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;