Prevent GDExtensions from trying to remove editor plugins at shutdown
This commit is contained in:
parent
a7583881af
commit
62af007aa0
1 changed files with 3 additions and 0 deletions
|
@ -8119,6 +8119,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