Height from zone center.

This commit is contained in:
2023-10-25 13:46:08 -04:00
parent 33afd13a8c
commit 31ba1f2c4c
+1 -1
View File
@@ -120,7 +120,7 @@ public class Terrain {
// Transform world loc into zone space coordinate system
Vector2f terrainLoc = ZoneManager.worldToTerrainSpace(world_loc, terrainZone);
Vector2f parentLoc = ZoneManager.worldToTerrainSpace(parentZone.getLoc(), parentZone);
Vector2f parentLoc = ZoneManager.worldToTerrainSpace(terrainZone.getLoc(), parentZone);
// Offset from origin needed for blending function