FIRE-34192: Fix (revert) avatar height fudge factor after LL's av height measuring changes have been reverted
parent
bb95cee882
commit
c2b696b6c9
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue