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