summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-06-10 12:51:25 -0600
committerXiaohong Bao <bao@lindenlab.com>2010-06-10 12:51:25 -0600
commitaa96a6a4e8ebd86b8dc8da530b79f6cbb0365b04 (patch)
tree09bfe253b56a2dc4aa4c9370b462a6ded44520d7 /indra/newview/llvoavatar.h
parenta5a83089479c16de192da220795ab9f1ea153e05 (diff)
EXT-7760: FIXED: only 10 avatars render non-impostored
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h4
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