2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-01 22:47: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

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