2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-09 20:51:51 +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

@ -71,7 +71,6 @@ namespace
"CASTS_SHADOW"
],
"layeredSurfaceTypes": 536870914,
"maxStreamedMips": 0,
"sortKey": 4,
"stateBits": [
{
@ -395,7 +394,6 @@ namespace
REQUIRE(material->stateFlags == 121);
REQUIRE(material->cameraRegion == CAMERA_REGION_LIT);
REQUIRE(material->maxStreamedMips == 0);
REQUIRE(material->techniqueSet != nullptr);
REQUIRE(material->techniqueSet->name != nullptr);