2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-06 00:37:26 +00:00

chore: remove unused t5 material property maxStreamedMips

This commit is contained in:
Jan Laupetin
2025-07-08 19:08:46 +02:00
parent 90cc7dacbb
commit 790729f5e0
6 changed files with 9 additions and 18 deletions

View File

@@ -436,9 +436,7 @@ namespace
material.stateFlags = static_cast<unsigned char>(jMaterial.stateFlags);
material.cameraRegion = jMaterial.cameraRegion;
#if defined(FEATURE_T5)
material.maxStreamedMips = jMaterial.maxStreamedMips;
#elif defined(FEATURE_T6)
#if defined(FEATURE_T6)
material.probeMipBits = jMaterial.probeMipBits;
#endif