mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-16 09:48:00 -05:00
Add statemap validation in debug mode
This commit is contained in:
@ -790,10 +790,9 @@ namespace IW4
|
||||
},
|
||||
{
|
||||
"mtlStencil", 1, {
|
||||
{"Disable", 0},
|
||||
{"OneSided", GFXS1_STENCIL_FRONT_ENABLE},
|
||||
{"TwoSided", GFXS1_STENCIL_FRONT_ENABLE | GFXS1_STENCIL_BACK_ENABLE},
|
||||
{"0", GFXS1_POLYGON_OFFSET_0},
|
||||
{"Disable", 0},
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user