1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

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;
}
/*