This commit is contained in:
2023-11-07 19:36:37 -06:00
parent 92293ebed1
commit a54612a947
@@ -984,6 +984,9 @@ public enum BuildingManager {
return;
}
if(building.meshUUID == 24000){
int i = 0;
}
for (ArrayList<Vector2f> meshEntry : convexHullList) {
Polygon poly = new Polygon();
for (Vector2f vect : meshEntry) {