mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix Editor crash during first scan in headless import mode.
This commit is contained in:
parent
0dd9178269
commit
aa086fa0d5
3 changed files with 4 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue