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