shape
This commit is contained in:
@@ -984,6 +984,9 @@ public enum BuildingManager {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(building.meshUUID == 24000){
|
||||||
|
int i = 0;
|
||||||
|
}
|
||||||
for (ArrayList<Vector2f> meshEntry : convexHullList) {
|
for (ArrayList<Vector2f> meshEntry : convexHullList) {
|
||||||
Polygon poly = new Polygon();
|
Polygon poly = new Polygon();
|
||||||
for (Vector2f vect : meshEntry) {
|
for (Vector2f vect : meshEntry) {
|
||||||
|
|||||||
Reference in New Issue
Block a user