Browse Source

Count propagated

magicbox-1.5.2
MagicBot 1 year ago
parent
commit
6b339da061
  1. 4
      src/engine/InterestManagement/HeightMap.java

4
src/engine/InterestManagement/HeightMap.java

@ -144,6 +144,8 @@ public class HeightMap { @@ -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 { @@ -175,6 +177,8 @@ public class HeightMap {
}
}
bucketCountX = this.pixelColorValues.length - 1;
bucketCountY = this.pixelColorValues[0].length - 1;
}
public static void GeneratePlayerCityHeightMap() {

Loading…
Cancel
Save