mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-08 16:35:52 +00:00
Fix CTexture size
This commit is contained in:
parent
603d2ac81e
commit
2cab0b6b59
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user