2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-07 11:41:57 +00:00

chore: add layeredSurfaceTypes to t5 materials

This commit is contained in:
Jan
2025-07-01 22:06:30 +01:00
committed by Jan Laupetin
parent 31d7ac26fe
commit 9c2bbc414c
3 changed files with 8 additions and 2 deletions

View File

@ -418,8 +418,10 @@ namespace
}
material.info.surfaceTypeBits = jMaterial.surfaceTypeBits;
#ifdef FEATURE_T6
#if defined(FEATURE_T5) || defined(FEATURE_T6)
material.info.layeredSurfaceTypes = jMaterial.layeredSurfaceTypes;
#endif
#if defined(FEATURE_T6)
material.info.surfaceFlags = jMaterial.surfaceFlags;
material.info.contents = jMaterial.contents;
#endif