diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-09-07 13:53:19 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-09-07 13:53:19 +0100 |
commit | 55419ccd4368d8fd0766936ef52fa1d911a46962 (patch) | |
tree | efb03bc7dc803a040e1c61bad622b0f126f13309 /indra | |
parent | f8533d1fdb6dd6699deb8249e5f7e6ea70939dd4 (diff) |
SL-966 - max size = 64
Diffstat (limited to 'indra')
-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 adad959412..54b1a0dcaf 100644 --- a/indra/newview/llcontrolavatar.cpp +++ b/indra/newview/llcontrolavatar.cpp @@ -36,7 +36,7 @@ #include "llskinningutil.h" const F32 LLControlAvatar::MAX_LEGAL_OFFSET = 3.0f; -const F32 LLControlAvatar::MAX_LEGAL_SIZE = 16.0f; +const F32 LLControlAvatar::MAX_LEGAL_SIZE = 64.0f; LLControlAvatar::LLControlAvatar(const LLUUID& id, const LLPCode pcode, LLViewerRegion* regionp) : LLVOAvatar(id, pcode, regionp), |