mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-24 06:45:52 +00:00
chore: format everything
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user