You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
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