corrected example without x increment

This commit is contained in:
sejo 2021-10-18 09:47:50 -05:00
parent ac13ffb1b9
commit b12a33c25b
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,8 @@ void draw(){
fill(0);
ellipse( x, y, 20, 20 );
}
x += 20; // incrementa x
} // cierra for
} // cierra draw