Skip to content

Commit a996573

Browse files
committed
Update beginShape_10.pde
fixes #327
1 parent 4ecd001 commit a996573

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
beginShape();
22
vertex(120, 80);
3-
vertex(340, 80);
3+
vertex(230, 80);
4+
vertex(230, 190);
5+
vertex(340, 190);
46
vertex(340, 300);
57
vertex(120, 300);
68
endShape(CLOSE);

0 commit comments

Comments
 (0)