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:
@ -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
|
||||
|
Reference in New Issue
Block a user