Skip to content

Commit

Permalink
Fix not a function error resolves nature-of-code#116
Browse files Browse the repository at this point in the history
  • Loading branch information
ArztKlein committed Apr 1, 2022
1 parent cb991f5 commit 206096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chp00_introduction/NOC_I_05_NoiseWalk/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function setup() {
}

function draw() {
walker.step();
walker.walk();
walker.display();
}

Expand Down

0 comments on commit 206096f

Please sign in to comment.