Removed yoffset from world altitude.

This commit is contained in:
2023-09-12 16:13:27 -04:00
parent 5dbad7ebd0
commit 426bdf5df3
+1 -1
View File
@@ -471,7 +471,7 @@ public enum ZoneManager {
// Child of seafloor // Child of seafloor
if (parentZone.getParent() == null) if (parentZone.getParent() == null)
return worldAlttitude + zone.getYCoord(); return worldAlttitude;
// return height from heightmap engine at zone location // return height from heightmap engine at zone location