|
|
@ -268,6 +268,7 @@ public class HeightMap { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Past min blend we just return the parent height.
|
|
|
|
// Past min blend we just return the parent height.
|
|
|
|
|
|
|
|
// This should never be reached
|
|
|
|
|
|
|
|
|
|
|
|
return interpolatedParentTerrainHeight + heightMapZone.worldAltitude; |
|
|
|
return interpolatedParentTerrainHeight + heightMapZone.worldAltitude; |
|
|
|
|
|
|
|
|
|
|
|