diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-06-17 16:26:26 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-06-17 16:26:26 -0700 |
commit | 6c121d4540cb4f916dd5fc6e18078e6cc11478bf (patch) | |
tree | 062533e68cd8f201450c5383ae78c0cdc5cd7fd6 /indra/newview/llvoavatar.h | |
parent | a6774820bc455160c6e7be70506aac205ca7eac2 (diff) | |
parent | b022a9f15897cd3eb20f2c977e7c8e8f2660d27a (diff) |
Merge
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index b30cce09f6..4259bb8e73 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -223,8 +223,8 @@ public: public: static S32 sRenderName; static BOOL sRenderGroupTitles; - static S32 sMaxVisible; - static F32 sRenderDistance; //distance at which avatars will render (affected by control "RenderAvatarMaxVisible") + static U32 sMaxVisible; //(affected by control "RenderAvatarMaxVisible") + static F32 sRenderDistance; //distance at which avatars will render. static BOOL sShowAnimationDebug; // show animation debug info static BOOL sUseImpostors; //use impostors for far away avatars static BOOL sShowFootPlane; // show foot collision plane reported by server |