Count propagated

This commit is contained in:
2023-10-07 21:03:47 -04:00
parent f454fb5e1c
commit 6b339da061
@@ -144,6 +144,8 @@ public class HeightMap {
}
}
bucketCountX = this.pixelColorValues.length - 1;
bucketCountY = this.pixelColorValues[0].length - 1;
}
public HeightMap(Zone zone) {
@@ -175,6 +177,8 @@ public class HeightMap {
}
}
bucketCountX = this.pixelColorValues.length - 1;
bucketCountY = this.pixelColorValues[0].length - 1;
}
public static void GeneratePlayerCityHeightMap() {