forked from MagicBane/Server
Nominal after test.
This commit is contained in:
@@ -120,7 +120,7 @@ public class Terrain {
|
|||||||
// Transform world loc into zone space coordinate system
|
// Transform world loc into zone space coordinate system
|
||||||
|
|
||||||
Vector2f terrainLoc = ZoneManager.worldToTerrainSpace(world_loc, terrainZone);
|
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
|
// Offset from origin needed for blending function
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user