Placement bounds of 1.2% city zone size.

This commit is contained in:
2023-05-07 10:55:27 -04:00
parent ffafd44fa7
commit e73f4cbe63
3 changed files with 3 additions and 24 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ public enum ZoneManager {
treeBounds = Bounds.borrow();
treeBounds.setBounds(new Vector2f(positionX, positionZ), new Vector2f(Enum.CityBoundsType.ZONE.extents, Enum.CityBoundsType.ZONE.extents), 0.0f);
treeBounds.setBounds(new Vector2f(positionX, positionZ), new Vector2f(Enum.CityBoundsType.PLACEMENT.extents, Enum.CityBoundsType.PLACEMENT.extents), 0.0f);
zoneList = currentZone.getNodes();