mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
clear addon_name_to_plugin ater unload_editor_addons because of memdelete
This commit is contained in:
parent
842f982397
commit
96ab05e89f
1 changed files with 2 additions and 0 deletions
|
|
@ -3378,6 +3378,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…
Add table
Add a link
Reference in a new issue