Skip to content

Commit 6febb57

Browse files
authored
Merge pull request processing#591 from abhikpal/fix-randomGaussian-example
Remove redundant call to noStroke() (in RandomGaussian)
2 parents 373d67a + 98c5e47 commit 6febb57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/examples/Basics/Math/RandomGaussian/RandomGaussian.pde

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ void draw() {
2020

2121
noStroke();
2222
fill(255, 10);
23-
noStroke();
2423
ellipse(x, height/2, 32, 32); // Draw an ellipse at our "normal" random location
2524
}
2625

0 commit comments

Comments
 (0)