Browse Source

commented out unused variable

master
Victor Giers 5 years ago
parent
commit
64a2c980dc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Houses.pde

+ 1
- 1
Houses.pde View File

@@ -51,7 +51,7 @@ class SpawnArea {
int ph = img_houses.height;
int orgColor = pxl[startX + startY * pw];
PVector v2_p = new PVector(startX, startY);
color randCol = color(int(random(0, 255)), int(random(0, 255)), int(random(0, 255)));
//color randCol = color(int(random(0, 255)), int(random(0, 255)), int(random(0, 255)));
v2d_selected.add(v2_p);
int west, east;
while (!v2d_selected.isEmpty () ) { //&& q.size() < 500) {

Loading…
Cancel
Save