Flip Flop

This commit is contained in:
2023-10-07 20:19:30 -04:00
parent 6a750f4eb2
commit 7dcde390cd
2 changed files with 0 additions and 7 deletions
@@ -339,10 +339,6 @@ public class HeightMap {
if (zoneLoc.y > this.fullExtentsY)
zoneLoc.setY(this.fullExtentsY);
// Flip Y coordinates
zoneLoc.setY(this.fullExtentsY - zoneLoc.y);
float xBucket = (zoneLoc.x / this.bucketWidthX);
float yBucket = (zoneLoc.y / this.bucketWidthY);