Fix CTexture size

Former-commit-id: 2cab0b6b59
This commit is contained in:
Henrique Gemignani Passos Lima 2022-12-01 18:25:05 +02:00
parent ee0a9cdf51
commit 286110920f
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ private:
uchar mNumMips; uchar mNumMips;
uchar mBitsPerPixel; uchar mBitsPerPixel;
uchar mFlag1 : 1; uchar mFlag1 : 1;
uchar pad[0x57]; uchar pad[0x5A];
}; };
// CHECK_SIZEOF(CTexture, ) CHECK_SIZEOF(CTexture, 0x68)
#endif // _CTEXTURE #endif // _CTEXTURE