Closed
Description
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Build process
- Unit testing
- Internationalization
- Friendly errors
- Other (specify if possible)
p5.js version
v1.11.2
Web browser and version
No response
Operating system
No response
Steps to reproduce this
Steps:
- Typo on line /src/webgl/p5.Shader.js_L49
There is a misplaced space.
Change
// Add the rest ofy our shader code here!
To
// Add the rest of your shader code here!