mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Fix comment
This commit is contained in:
parent
eaedf34975
commit
3668473d6d
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ namespace NifOsg
|
|||
handleVisController(static_cast<const Nif::NiVisController*>(ctrl.getPtr()), node, animflags);
|
||||
}
|
||||
else if(ctrl->recType == Nif::RC_NiGeomMorpherController)
|
||||
{} // handled in handleMorphController
|
||||
{} // handled in handleTriShape
|
||||
else
|
||||
Log(Debug::Info) << "Unhandled controller " << ctrl->recName << " on node " << nifNode->recIndex << " in " << mFilename;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue