Set parent zone properly

This commit is contained in:
2023-10-15 13:31:31 -04:00
parent 279a0aed91
commit d414c19904
+1 -1
View File
@@ -102,7 +102,7 @@ public class Terrain {
// Retrieve the next zone with a terrain defined.
Zone terrainZone = getNextZoneWithTerrain(zone);
Zone parentZone = getNextZoneWithTerrain(zone);
Zone parentZone = getNextZoneWithTerrain(zone.parent);
// Transform world loc into zone space coordinate system