Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/v-sekai-godot/fix-headless-impo…
Browse files Browse the repository at this point in the history
…rt-4.4' into groups-staging-4.4
  • Loading branch information
fire committed Oct 13, 2024
2 parents a62f8c7 + ebde767 commit 4179355
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/editor_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3375,6 +3375,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) {
Expand Down

0 comments on commit 4179355

Please sign in to comment.