|
|
|
@ -1016,7 +1016,7 @@ public enum BuildingManager {
@@ -1016,7 +1016,7 @@ public enum BuildingManager {
|
|
|
|
|
|
|
|
|
|
//add in all the regions to the navMesh
|
|
|
|
|
|
|
|
|
|
for (Regions region : building.getBounds().getRegions()) |
|
|
|
|
building.parentZone.navMesh.add(region.getArea()); |
|
|
|
|
//for (Regions region : building.getBounds().getRegions())
|
|
|
|
|
// building.parentZone.navMesh.add(region.getArea());
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|