test phase 1

This commit is contained in:
2023-11-07 18:47:49 -06:00
parent 3e50782979
commit 7203d66ace
+2 -2
View File
@@ -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());
}
}