Nominal after test.

This commit is contained in:
2023-10-25 13:51:54 -04:00
parent 31ba1f2c4c
commit 7af63d1519
+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(terrainZone.getLoc(), parentZone);
Vector2f parentLoc = ZoneManager.worldToTerrainSpace(world_loc, parentZone);
// Offset from origin needed for blending function