Skip to content

Commit

Permalink
fix: presampled weights were not advancing
Browse files Browse the repository at this point in the history
  • Loading branch information
viktordanov committed Oct 30, 2023
1 parent 1eafb63 commit 1eafda6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lsystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ func (l *LSystem) applyRulesOnce(input, output *Buffer) {
}

output.AppendSlice(rules.ChooseSuccessor())
l.ByteRules[token] = rules
}
}

Expand Down

0 comments on commit 1eafda6

Please sign in to comment.