|
|
@ -573,8 +573,9 @@ public class dbBuildingHandler extends dbHandlerBase { |
|
|
|
|
|
|
|
|
|
|
|
if (BuildingManager._hull_data.get(propID) == null) { |
|
|
|
if (BuildingManager._hull_data.get(propID) == null) { |
|
|
|
meshList = new ArrayList<>(); |
|
|
|
meshList = new ArrayList<>(); |
|
|
|
BuildingManager._hull_data.put(propID, meshList); |
|
|
|
|
|
|
|
meshList.add(propID, vertArrayList); |
|
|
|
meshList.add(propID, vertArrayList); |
|
|
|
|
|
|
|
BuildingManager._hull_data.put(propID, meshList); |
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
} else { |
|
|
|
meshList = BuildingManager._hull_data.get(propID); |
|
|
|
meshList = BuildingManager._hull_data.get(propID); |
|
|
|
meshList.add(propID, vertArrayList); |
|
|
|
meshList.add(propID, vertArrayList); |
|
|
|