We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb2337 commit b289117Copy full SHA for b289117
1 file changed
content/examples/Basics/Math/AdditiveWave/AdditiveWave.pde
@@ -62,7 +62,6 @@ void renderWave() {
62
fill(255,50);
63
ellipseMode(CENTER);
64
for (int x = 0; x < yvalues.length; x++) {
65
- ellipse(x*xspacing,width/2+yvalues[x],16,16);
+ ellipse(x*xspacing,height/2+yvalues[x],16,16);
66
}
67
68
-
0 commit comments