diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-06-08 16:47:22 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-06-08 16:47:22 -0400 |
commit | d7af1af1ec2268b0fcd335e3269216e90e4abfe5 (patch) | |
tree | 533bbcdcb6be352604ead989a7405980521f5cf3 /indra/newview/character | |
parent | 1ca125376845a1764e0f2855d429d2909866f096 (diff) |
MAINT-3745 - fix for long-standing slider bug with the pec collision volumes
Diffstat (limited to 'indra/newview/character')
-rw-r--r-- | indra/newview/character/avatar_lad.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/character/avatar_lad.xml b/indra/newview/character/avatar_lad.xml index 43db33abd4..cebc865c92 100644 --- a/indra/newview/character/avatar_lad.xml +++ b/indra/newview/character/avatar_lad.xml @@ -6635,7 +6635,7 @@ <volume_morph name="RIGHT_PEC" scale="-0.05 0.0 0.0" - pos="-0.01 -0.01 -0.02"/> + pos="-0.01 0.01 -0.02"/> </param_morph> </param> @@ -6661,7 +6661,7 @@ <volume_morph name="RIGHT_PEC" scale="-0.051 0.0 0.0" - pos="-0.02 -0.01 -0.03"/> + pos="-0.02 0.01 -0.03"/> </param_morph> </param> |