@ -528,11 +528,6 @@ public class HeightMap {
}
public float getScaledHeightForColor(float color) {
return (color / 256) * this.maxHeight;
public float getBucketWidthX() {
return bucketWidthX;