forked from MagicBane/Server
Blend cleanup
This commit is contained in:
@@ -113,7 +113,7 @@ public class Terrain {
|
||||
|
||||
// Blend between heights
|
||||
|
||||
return interpolatedChildHeight + interpolatedParentTerrainHeight * (1 - terrainZone.terrain.terrainBlend(terrainLoc));
|
||||
return interpolatedChildHeight + parentZone.worldAltitude * (1 - terrainZone.terrain.terrainBlend(terrainLoc));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user