tree overlap reduction

This commit is contained in:
2024-02-28 20:18:21 -06:00
parent a562af57e9
commit aef12b2bb4
+2 -2
View File
@@ -2307,8 +2307,8 @@ public class Enum {
public enum CityBoundsType { public enum CityBoundsType {
GRID(640), GRID(640),
ZONE(875), ZONE(775),
PLACEMENT(876); PLACEMENT(776);
public final float extents; public final float extents;