You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Prevent GDExtensions from trying to remove editor plugins at shutdown
This commit is contained in:
@@ -8119,6 +8119,9 @@ EditorNode::~EditorNode() {
|
||||
memdelete(progress_hb);
|
||||
|
||||
EditorSettings::destroy();
|
||||
|
||||
GDExtensionEditorPlugins::editor_node_add_plugin = nullptr;
|
||||
GDExtensionEditorPlugins::editor_node_remove_plugin = nullptr;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user