forked from MagicBane/Server
Count propagated
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user