You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix current scene run when scene saved
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user