Tree Overlap Reduction

This commit is contained in:
2024-03-04 06:59:39 -06:00
parent 9bf859b473
commit 4c0eb38889
+2 -2
View File
@@ -2307,8 +2307,8 @@ public class Enum {
public enum CityBoundsType { public enum CityBoundsType {
GRID(640), GRID(640),
ZONE(875), ZONE(675),
PLACEMENT(876); PLACEMENT(677);
public final float extents; public final float extents;