1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:53:51 +00:00

Stop warning about NiFogProperty (unused in MW)

This commit is contained in:
scrawl 2015-03-25 05:14:07 +01:00
parent 6d9deaa386
commit 60ede8dede

View file

@ -1302,6 +1302,7 @@ namespace NifOsg
// unused by mw
case Nif::RC_NiShadeProperty:
case Nif::RC_NiDitherProperty:
case Nif::RC_NiFogProperty:
{
break;
}