This commit is contained in:
2023-12-03 10:20:53 -06:00
parent 221ef76ece
commit 87125ed45d
@@ -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);