forked from mirror/openmw-tes3mp
Fix an outdated comment
This commit is contained in:
parent
74ed1f73b4
commit
d5490b0f8f
1 changed files with 1 additions and 2 deletions
|
@ -118,8 +118,7 @@ void Animation::setObjectRoot(Ogre::SceneNode *node, const std::string &model, b
|
|||
}
|
||||
|
||||
// Set the bones as manually controlled since we're applying the
|
||||
// transformations manually (needed if we want to apply an animation
|
||||
// from one skeleton onto another).
|
||||
// transformations manually
|
||||
Ogre::SkeletonInstance *skelinst = mObjectRoot.mSkelBase->getSkeleton();
|
||||
Ogre::Skeleton::BoneIterator boneiter = skelinst->getBoneIterator();
|
||||
while(boneiter.hasMoreElements())
|
||||
|
|
Loading…
Reference in a new issue