We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68e38b5 + 1aca96d commit 65eb664Copy full SHA for 65eb664
core/extension/gdextension.cpp
@@ -1086,7 +1086,7 @@ PackedStringArray GDExtension::get_classes_used() const {
1086
1087
void GDExtensionEditorPlugins::add_extension_class(const StringName &p_class_name) {
1088
if (editor_node_add_plugin) {
1089
- editor_node_add_plugin(p_class_name);
+ callable_mp_static(editor_node_add_plugin).call_deferred(p_class_name);
1090
} else {
1091
extension_classes.push_back(p_class_name);
1092
}
0 commit comments