DevCmd update.

This commit is contained in:
2023-09-11 11:14:55 -04:00
parent ecc7a152f7
commit eefa50b2c3
@@ -528,11 +528,6 @@ public class HeightMap {
}
public float getScaledHeightForColor(float color) {
return (color / 256) * this.maxHeight;
}
public float getBucketWidthX() {
return bucketWidthX;
}