Skip to content

p5.Score condition never met #50

@m4rinos

Description

@m4rinos

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.

discourse.processing.org

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions