mirror of
https://github.com/processing/processing4.git
synced 2026-04-29 07:31:06 +02:00
Remove redundant line from PolygonPShapeOOp3
This commit is contained in:
@@ -42,8 +42,6 @@ void setup() {
|
||||
// Make an ArrayList
|
||||
polygons = new ArrayList<Polygon>();
|
||||
|
||||
polygons = new ArrayList<Polygon>();
|
||||
|
||||
for (int i = 0; i < 25; i++) {
|
||||
int selection = int(random(shapes.length)); // Pick a random index
|
||||
Polygon p = new Polygon(shapes[selection]); // Use corresponding PShape to create Polygon
|
||||
|
||||
Reference in New Issue
Block a user