Skip to content

Commit

Permalink
Take out noStroke from stroke example
Browse files Browse the repository at this point in the history
  • Loading branch information
davepagurek committed Dec 18, 2024
1 parent 34a116d commit 5f81f8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webgl/material.js
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,6 @@ function material(p5, fn){
* function draw() {
* background(255);
* strokeShader(myShader);
* noStroke();
* myShader.setUniform('time', millis());
* strokeWeight(10);
* beginShape();
Expand Down

0 comments on commit 5f81f8f

Please sign in to comment.