Fix comment

pull/541/head
Alexei Dobrohotov 5 years ago committed by GitHub
parent eaedf34975
commit 3668473d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save