Fix CTexture size

This commit is contained in:
Henrique Gemignani Passos Lima 2022-12-01 18:25:05 +02:00
parent 603d2ac81e
commit 2cab0b6b59
No known key found for this signature in database
GPG Key ID: E224F951761145F8
1 changed files with 2 additions and 2 deletions

View File

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