summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-08-24 17:18:45 -0400
committerLoren Shih <seraph@lindenlab.com>2010-08-24 17:18:45 -0400
commitd52913bdbfdffd7ce4b1b2ace0b6eecd28a5ae43 (patch)
tree304aa4327e681e62742d25b214229d1d9e166254 /indra
parenta8f40db04955df76eb91d7a5eaecee939c877f21 (diff)
Fixed bug where wrong max velocity param was being used.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llbreastmotion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llbreastmotion.cpp b/indra/newview/llbreastmotion.cpp
index c773655f35..8d3571e83d 100644
--- a/indra/newview/llbreastmotion.cpp
+++ b/indra/newview/llbreastmotion.cpp
@@ -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];
}