nature-of-code/noc-examples-p5.js

NOC_I_05_NoiseWalk walker.step is not a function

projecktion opened this issue · 0 comments

Just started going through the p5.js examples and noticed that in the introduction NoiseWalk example the draw function has walker.step on line 14 but the function it's referencing on line 32 is named walk.

Not sure if you'd want to change line 14 to walker.walk, or update line 32 so the function is called step again.