Skip to content

Commit 20ce8c7

Browse files
authored
Merge pull request processing#8024 from awood0727/dev-2.0
Merge branch 'loopOptimization' of https://github.com/awood0727/p5.js…
2 parents bfe2867 + 5e726cc commit 20ce8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/accessibility/outputs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ function outputs(p5, fn){
513513
if (!this.ingredients.shapes[f]) {
514514
this.ingredients.shapes[f] = [include];
515515
//if other shapes of this type have been created
516-
} else if (this.ingredients.shapes[f] !== [include]) {
516+
} else{
517517
//for every shape of this type
518518
for (let y in this.ingredients.shapes[f]) {
519519
//compare it with current shape and if it already exists make add false

0 commit comments

Comments
 (0)