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