chore: remove hashIndex from t6 json material as it is always 0

This commit is contained in:
Jan
2025-07-05 13:27:49 +02:00
committed by Jan Laupetin
parent babfe7c884
commit 31d7ac26fe
6 changed files with 1 additions and 6 deletions
@@ -420,7 +420,6 @@ namespace
material.info.surfaceTypeBits = jMaterial.surfaceTypeBits;
#ifdef FEATURE_T6
material.info.layeredSurfaceTypes = jMaterial.layeredSurfaceTypes;
material.info.hashIndex = static_cast<uint16_t>(jMaterial.hashIndex);
material.info.surfaceFlags = jMaterial.surfaceFlags;
material.info.contents = jMaterial.contents;
#endif