Merge pull request #12971 from Chaosus/saveandrunscenefix

Fix current scene run when scene saved
This commit is contained in:
Rémi Verschelde 2017-11-16 22:31:38 +01:00 committed by GitHub
commit 3330c4b4de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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