Browse Source

DevCmd update.

combat-2
MagicBot 1 year ago
parent
commit
eefa50b2c3
  1. 5
      src/engine/InterestManagement/HeightMap.java

5
src/engine/InterestManagement/HeightMap.java

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

Loading…
Cancel
Save