mesh count to building info command

This commit is contained in:
2024-01-07 19:11:29 -06:00
parent 688553e6c6
commit 969b36e6fd
+1 -1
View File
@@ -244,7 +244,7 @@ public class InfoCmd extends AbstractDevCmd {
for (Regions regions : targetBuilding.getBounds().getRegions()) {
//TODO ADD REGION INFO
}
output += "Mesh Count: " + targetBuilding.buildingMeshes.size();
break;
case PlayerCharacter:
output += newline;