mirror of https://github.com/PrimeDecomp/prime.git
Fix CTexture size
This commit is contained in:
parent
603d2ac81e
commit
2cab0b6b59
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue