mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 07:25:11 +00:00
chore: format everything
This commit is contained in:
@@ -98,8 +98,7 @@ TextureAndGeometryPacket::TextureAndGeometryPacket(
|
||||
this->BoxDataA = new SKIN_BOX[this->dwBoxC];
|
||||
int iCount = 0;
|
||||
|
||||
for (auto it = pvSkinBoxes->begin(); it != pvSkinBoxes->end();
|
||||
++it) {
|
||||
for (auto it = pvSkinBoxes->begin(); it != pvSkinBoxes->end(); ++it) {
|
||||
SKIN_BOX* pSkinBox = *it;
|
||||
this->BoxDataA[iCount++] = *pSkinBox;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user