Player cities set to white.

This commit is contained in:
2023-09-12 15:33:52 -04:00
parent 6ef33c5b7f
commit 5dbad7ebd0
+1 -1
View File
@@ -137,7 +137,7 @@ public class HeightMap {
for (int y = 0; y < this.fullExtentsY; y++) { for (int y = 0; y < this.fullExtentsY; y++) {
for (int x = 0; x < this.fullExtentsX; x++) { for (int x = 0; x < this.fullExtentsX; x++) {
pixelColorValues[x][y] = 0; pixelColorValues[x][y] = 255;
} }
} }