Merge pull request #79492 from dsnopek/gdextension-remove-editor-plugins-at-shutdown

Prevent GDExtensions from trying to remove editor plugins at shutdown
This commit is contained in:
Yuri Sizov 2023-07-25 21:25:58 +02:00
commit 623787061a

View file

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