2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-09 20:51:51 +00:00

chore: remove unused t6 material property probeMipBits

This commit is contained in:
Jan Laupetin
2025-07-08 19:12:26 +02:00
parent 790729f5e0
commit 75c7949d3f
6 changed files with 1 additions and 10 deletions

View File

@ -510,7 +510,6 @@ namespace GAME
#if defined(FEATURE_T6)
unsigned surfaceFlags;
unsigned contents;
uint8_t probeMipBits;
std::optional<std::string> thermalMaterial;
#endif
#endif
@ -534,7 +533,6 @@ namespace GAME
#if defined(FEATURE_T6)
surfaceFlags,
contents,
probeMipBits,
thermalMaterial,
#endif
#endif