Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Pagurek <[email protected]>
  • Loading branch information
Rishab87 and davepagurek authored Dec 24, 2024
1 parent 4421a0c commit ba27ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgl/material.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ function material(p5, fn){
* let myShader;
*
* async function setup() {
* myShader = await loadFilterShader('assets/shader.frag');
* myShader = await loadFilterShader('assets/shader.frag');
* createCanvas(100, 100, WEBGL);
* noStroke();
* }
Expand Down

0 comments on commit ba27ffd

Please sign in to comment.