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 {
GRID(640),
ZONE(875),
PLACEMENT(876);
ZONE(775),
PLACEMENT(776);
public final float extents;