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