hull 7
This commit is contained in:
@@ -1049,6 +1049,9 @@ public enum BuildingManager {
|
||||
|
||||
building.meshes = new ArrayList<>();
|
||||
|
||||
if(_hull_data.get(building.meshUUID) == null || _hull_data.get(building.meshUUID).size() < 1)
|
||||
return;
|
||||
|
||||
for (Path2D.Float path : _hull_data.get(building.meshUUID)) {
|
||||
|
||||
Path2D.Float translatedPath = new Path2D.Float(path);
|
||||
|
||||
Reference in New Issue
Block a user