-
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
In the p5.Score function, on row 10831, I believe the following line
if (arguments[i] && this.parts[i]) {
should be changed to
if (arguments[i]) {
because this.parts is only filled if the condition is met. At the moment now parts can be added to the score.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels