This commit is contained in:
Beeks
2010-08-22 15:14:30 -04:00
parent 88cf144936
commit 5ce4286fd7
164 changed files with 31303 additions and 22286 deletions

View File

@@ -158,9 +158,9 @@ void LLPose::setWeight(F32 weight)
iter != mJointMap.end();
++iter)
{
// <edit>
// there was a crash here
// </edit>
// <edit>
// there was a crash here
// </edit>
iter->second->setWeight(weight);
}
mWeight = weight;