mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
Stop warning about NiDitherProperty, ignore NiShadeProperty (unused)
This commit is contained in:
parent
9141a8d801
commit
9ee99a751c
@ -1294,10 +1294,10 @@ namespace NifOsg
|
||||
}
|
||||
break;
|
||||
}
|
||||
// unused by mw
|
||||
case Nif::RC_NiShadeProperty:
|
||||
case Nif::RC_NiDitherProperty:
|
||||
{
|
||||
stateset->setMode(GL_DITHER, property->flags != 0 ? osg::StateAttribute::ON
|
||||
: osg::StateAttribute::OFF);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user