From c65aa5f34d63d6ec0af33035f4d5de94688eccee Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" <vir@lindenlab.com> Date: Fri, 15 Jun 2018 12:15:38 +0100 Subject: [PATCH] MAINT-8554 - animated object max encroach = 3.0 m --- indra/newview/llcontrolavatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp index 36e728f26d6..7537e914775 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 -- GitLab