Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
msoap committed Oct 8, 2023
1 parent ce123aa commit bf0b356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (b *Buffer) Set(x, y int, color int) {
}
}

// IsSet - is pixel set?
// IsSet - is pixel set to black?
func (b Buffer) IsSet(x, y int) bool {
return b.At(x, y) == Black
}
Expand Down

0 comments on commit bf0b356

Please sign in to comment.