Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update dann.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvlevi committed Sep 20, 2020
1 parent 6bfdc00 commit 6f3f809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dann.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class Graph {
}
update() {
noFill();
rect(this.pos.x,this.pos,y,this.w,this.h)
rect(this.pos.x,this.pos.y,this.w,this.h)
for (let a = 0; a < this.lines.length; a++) {
stroke(this.color[a]);
beginShape();
Expand Down

0 comments on commit 6f3f809

Please sign in to comment.