FIRE-34192: Fix (revert) avatar height fudge factor after LL's av height measuring changes have been reverted

master
Ansariel 2024-07-06 13:36:17 +02:00
parent bb95cee882
commit c2b696b6c9
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{