diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-15 12:15:38 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-15 12:15:38 +0100 |
commit | c65aa5f34d63d6ec0af33035f4d5de94688eccee (patch) | |
tree | 72c1aaafeb976b90141dc290045e597e304a1093 /indra/newview/llcontrolavatar.cpp | |
parent | 1d6b24fcc219f504c13e771a220112a60c3a85e8 (diff) |
MAINT-8554 - animated object max encroach = 3.0 m
Diffstat (limited to 'indra/newview/llcontrolavatar.cpp')
-rw-r--r-- | indra/newview/llcontrolavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp index 36e728f26d..7537e91477 100644 --- a/indra/newview/llcontrolavatar.cpp +++ b/indra/newview/llcontrolavatar.cpp @@ -100,7 +100,7 @@ void LLControlAvatar::matchVolumeTransform() // Fix up position if needed to prevent visual encroachment if (box_valid_and_non_zero(getLastAnimExtents())) // wait for state to settle down { - const F32 MAX_LEGAL_OFFSET = 2.0; + const F32 MAX_LEGAL_OFFSET = 3.0; // The goal here is to ensure that the extent of the avatar's // bounding box does not wander too far from the |