1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 18:36:43 +00:00

NiParticleRotation seems to be unused

This commit is contained in:
scrawl 2015-03-25 16:34:51 +01:00
parent 46cbec9a4a
commit 96d51f0bb7

View file

@ -748,7 +748,7 @@ namespace NifOsg
} }
else if (affectors->recType == Nif::RC_NiParticleRotation) else if (affectors->recType == Nif::RC_NiParticleRotation)
{ {
// TODO: Implement? // unused?
} }
else else
std::cerr << "Unhandled particle modifier " << affectors->recName << std::endl; std::cerr << "Unhandled particle modifier " << affectors->recName << std::endl;