This commit is contained in:
2023-12-03 09:48:57 -06:00
parent f5d7caab65
commit 53adbc77fb
3 changed files with 6 additions and 23 deletions
@@ -574,7 +574,7 @@ public class dbBuildingHandler extends dbHandlerBase {
Path2D.Float prop_path = BuildingManager.hullToPath2d(HullStrings);
ArrayList<ArrayList<Path2D>> meshList;
ArrayList<Path2D.Float> meshList;
if (BuildingManager._hull_data.get(propID) == null) {
meshList = new ArrayList<>();