mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-05 15:40:10 +00:00
Don't complain about RootCollisionNode, it's handled in nifbullet
This commit is contained in:
parent
6a9755778e
commit
5b2ca6fa7d
@ -328,7 +328,9 @@ void buildBones(Ogre::Skeleton *skel, const Nif::Node *node, Ogre::Bone *&animro
|
|||||||
ctrl = ctrl->next;
|
ctrl = ctrl->next;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!(node->recType == Nif::RC_NiNode))
|
if(!(node->recType == Nif::RC_NiNode || /* Nothing special; children traversed below */
|
||||||
|
node->recType == Nif::RC_RootCollisionNode /* handled in nifbullet (hopefully) */
|
||||||
|
))
|
||||||
warn("Unhandled "+node->recName+" "+node->name+" in "+skel->getName());
|
warn("Unhandled "+node->recName+" "+node->name+" in "+skel->getName());
|
||||||
|
|
||||||
Nif::ExtraPtr e = node->extra;
|
Nif::ExtraPtr e = node->extra;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user