You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
ArztKlein
added a commit
to ArztKlein/noc-examples-p5.js
that referenced
this issue
Apr 1, 2022
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.
The text was updated successfully, but these errors were encountered: