Fixed bug where wrong max velocity param was being used.

master
Loren Shih 2010-08-24 17:18:45 -04:00
parent a8f40db049
commit d52913bdbf
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ BOOL LLBreastMotion::onUpdate(F32 time, U8* joint_mask)
for (U32 i=0; i < 3; i++)
{
if (mBreastMaxVelocityParam[0] == 0)
if (mBreastMaxVelocityParam[i] == 0)
{
new_local_pt[i] = breast_user_local_pt[i];
}