mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 06:21:29 -04:00
Support keyframe controllers for bones that aren't in the skeleton base
This commit is contained in:
parent
305a471c5a
commit
60bbab52fe
@ -532,12 +532,6 @@ static void updateBoneTree(const Ogre::SkeletonInstance *skelsrc, Ogre::Bone *bo
|
||||
bone->setScale(Ogre::Vector3::UNIT_SCALE);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// No matching bone in the source. Make sure it stays properly offset
|
||||
// from its parent.
|
||||
bone->resetToInitialState();
|
||||
}
|
||||
|
||||
Ogre::Node::ChildNodeIterator boneiter = bone->getChildIterator();
|
||||
while(boneiter.hasMoreElements())
|
||||
|
Loading…
x
Reference in New Issue
Block a user