Browse Source

Player cities set to white.

feature-workorder
MagicBot 1 year ago
parent
commit
5dbad7ebd0
  1. 2
      src/engine/InterestManagement/HeightMap.java

2
src/engine/InterestManagement/HeightMap.java

@ -137,7 +137,7 @@ public class HeightMap { @@ -137,7 +137,7 @@ public class HeightMap {
for (int y = 0; y < this.fullExtentsY; y++) {
for (int x = 0; x < this.fullExtentsX; x++) {
pixelColorValues[x][y] = 0;
pixelColorValues[x][y] = 255;
}
}

Loading…
Cancel
Save