mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Merge pull request #98063 from TCROC/fix-headless-import
Fix Headless --import --quit crashes editor
This commit is contained in:
commit
da01b2a462
@ -3379,6 +3379,8 @@ void EditorNode::unload_editor_addons() {
|
||||
remove_editor_plugin(E.value, false);
|
||||
memdelete(E.value);
|
||||
}
|
||||
|
||||
addon_name_to_plugin.clear();
|
||||
}
|
||||
|
||||
void EditorNode::_discard_changes(const String &p_str) {
|
||||
|
Loading…
Reference in New Issue
Block a user