Fix a few animation crashers, change default imported object name

This commit is contained in:
Hazim Gazov
2010-07-02 03:22:01 +00:00
parent acab2bd974
commit a587fbafeb
6 changed files with 75 additions and 4 deletions

View File

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