mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-05 16:27:27 +00:00
fix: iw4 materials not writing correct stateBitsEntry
This commit is contained in:
@@ -1128,7 +1128,7 @@ namespace IW4
|
||||
struct Material
|
||||
{
|
||||
MaterialInfo info;
|
||||
unsigned char stateBitsEntry[48];
|
||||
char stateBitsEntry[48];
|
||||
unsigned char textureCount;
|
||||
unsigned char constantCount;
|
||||
unsigned char stateBitsCount;
|
||||
|
Reference in New Issue
Block a user