Revert for testing.

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