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