Fix Editor crash during first scan in headless import mode.
This commit is contained in:
@ -950,6 +950,7 @@ void EditorData::clear_edited_scenes() {
|
||||
}
|
||||
}
|
||||
edited_scene.clear();
|
||||
SceneTree::get_singleton()->set_edited_scene_root(nullptr);
|
||||
}
|
||||
|
||||
void EditorData::set_plugin_window_layout(Ref<ConfigFile> p_layout) {
|
||||
|
||||
Reference in New Issue
Block a user