Skip to content

Commit 206096f

Browse files
committed
Fix not a function error resolves nature-of-code#116
1 parent cb991f5 commit 206096f

File tree

1 file changed

+1
-1
lines changed
  • chp00_introduction/NOC_I_05_NoiseWalk

1 file changed

+1
-1
lines changed

chp00_introduction/NOC_I_05_NoiseWalk/sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function setup() {
1111
}
1212

1313
function draw() {
14-
walker.step();
14+
walker.walk();
1515
walker.display();
1616
}
1717

0 commit comments

Comments
 (0)