Skip to content

Commit

Permalink
[plugin|licenses] Remove call to not existent function
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Sep 24, 2023
1 parent 7f09625 commit bd60683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/licenses/internal/components_tree.gd
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ func _drop_data(at_position: Vector2, data: Variant) -> void:
if cur_component.category == category:
return
cur_component.category = category
Licenses.sort_components()
self.licenses.sort_custom(Licenses.new().compare_components_ascending)
self.reload(cur_component)

Expand Down

0 comments on commit bd60683

Please sign in to comment.