Fix current scene run when scene saved
This commit is contained in:
parent
2070b80fc0
commit
acc45ccf41
1 changed files with 1 additions and 1 deletions
|
@ -1109,7 +1109,7 @@ void EditorNode::_dialog_action(String p_file) {
|
||||||
|
|
||||||
_save_default_environment();
|
_save_default_environment();
|
||||||
_save_scene_with_preview(p_file);
|
_save_scene_with_preview(p_file);
|
||||||
_run(true);
|
_run(false);
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue