mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-09 12:41:49 +00:00
fix: make t5 isMatureContent property bool
This commit is contained in:
@ -843,7 +843,7 @@ namespace T5
|
|||||||
char nameEnd;
|
char nameEnd;
|
||||||
MaterialTextureDefSamplerState samplerState;
|
MaterialTextureDefSamplerState samplerState;
|
||||||
unsigned char semantic; // TextureSemantic
|
unsigned char semantic; // TextureSemantic
|
||||||
char isMatureContent;
|
bool isMatureContent;
|
||||||
char pad[3];
|
char pad[3];
|
||||||
MaterialTextureDefInfo u;
|
MaterialTextureDefInfo u;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user