max based on min blend

This commit is contained in:
2023-09-17 13:30:16 -04:00
parent ea6092db8a
commit a323f1ffb7
@@ -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;