diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-12-03 17:30:35 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-12-03 17:30:35 +0200 |
commit | c94e981f40652920a7fb5234a65369bf58d41865 (patch) | |
tree | 8cde32fee90df1a0cca9700a8f1259c46e7fbdd2 /indra/newview/llvoavatar.h | |
parent | 095c7eb0af14b600b5d41a3f72414da399a003a3 (diff) |
SL-10080 clamp instead of llmax
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index deb22617a4..a4f8e95c65 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -75,6 +75,8 @@ class LLTexGlobalColor; struct LLAppearanceMessageContents; class LLViewerJointMesh; +const F32 MAX_AVATAR_LOD_FACTOR = 1.0f; + //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // LLVOAvatar |