mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-09 20:51:51 +00:00
chore: remove hashIndex from t6 json material as it is always 0
This commit is contained in:
@ -509,7 +509,6 @@ namespace GAME
|
||||
uint8_t maxStreamedMips;
|
||||
#elif defined(FEATURE_T6)
|
||||
unsigned layeredSurfaceTypes;
|
||||
unsigned hashIndex;
|
||||
unsigned surfaceFlags;
|
||||
unsigned contents;
|
||||
uint8_t probeMipBits;
|
||||
@ -534,7 +533,6 @@ namespace GAME
|
||||
maxStreamedMips,
|
||||
#elif defined(FEATURE_T6)
|
||||
layeredSurfaceTypes,
|
||||
hashIndex,
|
||||
surfaceFlags,
|
||||
contents,
|
||||
probeMipBits,
|
||||
|
Reference in New Issue
Block a user