chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -134,8 +134,7 @@ StructureStart* StructureFeature::getStructureAt(int cellX, int cellY,
std::list<StructurePiece*>* pieces =
pStructureStart->getPieces();
for (auto it2 = pieces->begin(); it2 != pieces->end();
it2++) {
for (auto it2 = pieces->begin(); it2 != pieces->end(); it2++) {
StructurePiece* piece = *it2;
if (piece->getBoundingBox()->isInside(cellX, cellY,
cellZ)) {