From c2b696b6c924d0dae4fd0cf1f20c5dd6d560e644 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sat, 6 Jul 2024 13:36:17 +0200 Subject: [PATCH] FIRE-34192: Fix (revert) avatar height fudge factor after LL's av height measuring changes have been reverted --- indra/newview/llpaneleditwearable.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llpaneleditwearable.cpp b/indra/newview/llpaneleditwearable.cpp index 1b4a9676da..2366e721a2 100644 --- a/indra/newview/llpaneleditwearable.cpp +++ b/indra/newview/llpaneleditwearable.cpp @@ -1478,10 +1478,10 @@ void LLPanelEditWearable::updateTypeSpecificControls(LLWearableType::EType type) if (type == LLWearableType::WT_SHAPE) { // Update avatar height - // The .08 is a fudge factor derived by measuring against + // The .195 is a fudge factor derived by measuring against // prims inworld, carried forward from Phoenix and adjusted // after LL's calculation change for shape sizes. -- TS - F32 new_size = gAgentAvatarp->mBodySize.mV[VZ] + .08f; + F32 new_size = gAgentAvatarp->mBodySize.mV[VZ] + .195f; if (gSavedSettings.getBOOL("HeightUnits") == FALSE) {