From 68c8d9187165484a1bc429a4c078f863da026480 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Wed, 11 Oct 2023 10:43:44 -0400 Subject: [PATCH] Assignment removed for now --- src/engine/InterestManagement/Terrain.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/engine/InterestManagement/Terrain.java b/src/engine/InterestManagement/Terrain.java index 3254d547..59172eeb 100644 --- a/src/engine/InterestManagement/Terrain.java +++ b/src/engine/InterestManagement/Terrain.java @@ -87,14 +87,12 @@ public class Terrain { public static float getWorldHeight(Zone currentZone, Vector3fImmutable worldLoc) { Zone terrainZone; - Zone parentZone; // Retrieve the next zone with a heightmap attached. // Zones without a heightmap use the next zone up the // tree to calculate heights from. terrainZone = getNextZoneWithTerrain(currentZone); - parentZone = getNextZoneWithTerrain(currentZone.parent); // Transform world loc into zone space coordinate system