Fix an outdated comment

This commit is contained in:
Chris Robinson 2013-05-09 23:07:50 -07:00
parent 74ed1f73b4
commit d5490b0f8f

View file

@ -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())