mirror of
https://github.com/godotengine/godot.git
synced 2024-11-15 08:32:54 +00:00
Prevent GDExtensions from trying to remove editor plugins at shutdown
This commit is contained in:
parent
a7583881af
commit
62af007aa0
@ -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 New Issue
Block a user