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:
commit
623787061a
1 changed files with 3 additions and 0 deletions
|
@ -8186,6 +8186,9 @@ EditorNode::~EditorNode() {
|
|||
memdelete(progress_hb);
|
||||
|
||||
EditorSettings::destroy();
|
||||
|
||||
GDExtensionEditorPlugins::editor_node_add_plugin = nullptr;
|
||||
GDExtensionEditorPlugins::editor_node_remove_plugin = nullptr;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue