Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Dec 3, 2024
1 parent 4ca9f4d commit f1d83dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ClickableWidgets.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ func ImageButton(texture *Texture) *ImageButtonWidget {
}
}

// ID allows to manually set widget's id.
func (b *ImageButtonWidget) ID(id ID) *ImageButtonWidget {
b.id = id
return b
Expand Down

0 comments on commit f1d83dd

Please sign in to comment.