diff --git a/include/Kyoto/Graphics/CTexture.hpp b/include/Kyoto/Graphics/CTexture.hpp index 5ec9ddf8..ff7e040b 100644 --- a/include/Kyoto/Graphics/CTexture.hpp +++ b/include/Kyoto/Graphics/CTexture.hpp @@ -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