Prevent GDExtensions from trying to remove editor plugins at shutdown

This commit is contained in:
David Snopek 2023-07-14 17:48:14 -05:00
parent a7583881af
commit 62af007aa0

View File

@ -8119,6 +8119,9 @@ EditorNode::~EditorNode() {
memdelete(progress_hb);
EditorSettings::destroy();
GDExtensionEditorPlugins::editor_node_add_plugin = nullptr;
GDExtensionEditorPlugins::editor_node_remove_plugin = nullptr;
}
/*