mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Load T6 GfxImages from raw when building
This commit is contained in:
@ -765,10 +765,10 @@ namespace T6
|
||||
int platform[2];
|
||||
};
|
||||
|
||||
|
||||
struct GfxStreamedPartInfo
|
||||
{
|
||||
unsigned int levelCountAndSize;
|
||||
uint32_t levelCount : 4;
|
||||
uint32_t levelSize : 28;
|
||||
unsigned int hash;
|
||||
uint16_t width;
|
||||
uint16_t height;
|
||||
|
Reference in New Issue
Block a user