mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 02:52:28 -05:00
Merge pull request #71850 from WesleyElliott/fix-custom-node-export
This commit is contained in:
commit
e9c7b8d224
1 changed files with 1 additions and 1 deletions
|
@ -1560,7 +1560,7 @@ void EditorFileSystem::_update_script_classes() {
|
|||
|
||||
ScriptServer::add_global_class(efd->files[index]->script_class_name, efd->files[index]->script_class_extends, lang, path);
|
||||
EditorNode::get_editor_data().script_class_set_icon_path(efd->files[index]->script_class_name, efd->files[index]->script_class_icon_path);
|
||||
EditorNode::get_editor_data().script_class_set_name(efd->files[index]->file, efd->files[index]->script_class_name);
|
||||
EditorNode::get_editor_data().script_class_set_name(path, efd->files[index]->script_class_name);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue