2
0
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:
Jan Laupetin
2025-07-08 23:07:28 +02:00
parent 75c7949d3f
commit 2082805557

View File

@ -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;
}; };