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

@ -31,5 +31,6 @@ void AssetDumperMaterial::DumpAsset(AssetDumpingContext& context, XAssetInfo<Mat
const auto* material = asset->Asset();
assert(material->info.gameFlags < 0x8000);
assert(material->info.hashIndex == 0);
assert(material->probeMipBits == 0);
DumpMaterialAsJson(*assetFile, *material, context);
}