|
|
|
@ -471,7 +471,7 @@ public enum ZoneManager {
@@ -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
|
|
|
|
|
|
|
|
|
|