Skip to content

Commit

Permalink
Update wave.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zfedoran committed Apr 8, 2022
1 parent 8f6412b commit 834cb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wfc/wave.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func New(tiles []image.Image, width, height int) *Wave {

// NewWithCustomConstraints creates a new wave collapse function with the given
// adjacency constraint calculation function. Use this if you'd like custom
// logic for specifing constraints.
// logic for specifying constraints.
func NewWithCustomConstraints(tiles []image.Image, width, height int, fn ConstraintFunc) *Wave {
wave := &Wave{
Width: width,
Expand Down

0 comments on commit 834cb3d

Please sign in to comment.