Blend function installed

This commit is contained in:
2023-10-09 07:47:50 -04:00
parent c90a250ba7
commit 53f7165e24
2 changed files with 4 additions and 12 deletions
+1 -7
View File
@@ -229,13 +229,7 @@ public class Zone extends AbstractGameObject {
}
this.setBounds();
try {
this.worldAltitude = ZoneManager.caclulateWorldAltitude(this);
} catch (Exception e) {
throw new RuntimeException(e);
}
this.worldAltitude = ZoneManager.caclulateWorldAltitude(this);
setSeaLevel();
}