Skip to content

Commit ba27ffd

Browse files
minor change
Co-authored-by: Dave Pagurek <[email protected]>
1 parent 4421a0c commit ba27ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/webgl/material.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ function material(p5, fn){
532532
* let myShader;
533533
*
534534
* async function setup() {
535-
* myShader = await loadFilterShader('assets/shader.frag');
535+
* myShader = await loadFilterShader('assets/shader.frag');
536536
* createCanvas(100, 100, WEBGL);
537537
* noStroke();
538538
* }

0 commit comments

Comments
 (0)