2
0
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:
Jan
2025-07-01 21:31:46 +01:00
committed by Jan Laupetin
parent babfe7c884
commit 31d7ac26fe
6 changed files with 1 additions and 6 deletions

View File

@ -315,7 +315,6 @@ namespace
jMaterial.surfaceTypeBits = material.info.surfaceTypeBits;
#ifdef FEATURE_T6
jMaterial.layeredSurfaceTypes = material.info.layeredSurfaceTypes;
jMaterial.hashIndex = material.info.hashIndex;
jMaterial.surfaceFlags = material.info.surfaceFlags;
jMaterial.contents = material.info.contents;
#endif