Skip to content

Commit

Permalink
added a type
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed Jun 12, 2024
1 parent 6f80037 commit abcfdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Category3D.gd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func clear_all():
for child in self.get_children():
child.queue_free()

func remove_icon(icon_index):
func remove_icon(icon_index: int):
var icon = self.icons[icon_index]
self.icons.remove(icon)
icon.queue_free()

0 comments on commit abcfdb8

Please sign in to comment.