Skip to content

Commit

Permalink
Fixing example
Browse files Browse the repository at this point in the history
  • Loading branch information
pachanga committed Apr 8, 2022
1 parent cc0262e commit 6ea7f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.bhl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func RandomStateChanger(ref int state)
}

func Selector([]func bool() fns) {
foreach(fns as func bool() fn) {
foreach(func bool() fn in fns) {
if(!fn()) {
continue
} else {
Expand Down

0 comments on commit 6ea7f9c

Please sign in to comment.