You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Merge pull request #98063 from TCROC/fix-headless-import
Fix Headless --import --quit crashes editor
This commit is contained in:
@@ -3379,6 +3379,8 @@ void EditorNode::unload_editor_addons() {
|
|||||||
remove_editor_plugin(E.value, false);
|
remove_editor_plugin(E.value, false);
|
||||||
memdelete(E.value);
|
memdelete(E.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
addon_name_to_plugin.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EditorNode::_discard_changes(const String &p_str) {
|
void EditorNode::_discard_changes(const String &p_str) {
|
||||||
|
|||||||
Reference in New Issue
Block a user