diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-03-20 20:08:40 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-03-20 20:08:40 +0200 |
commit | 87ecafd7b4b2d6f33c54547e561b0594ae742f8a (patch) | |
tree | f71b38cae3702c6c016edab57c80c033f3b4c1fe /indra/newview/llvoavatar.h | |
parent | 5b7137f9aa75061fa21ad5def4af8ef673842486 (diff) |
SL-19426 AutoFPS - when enabled always render at least 5 avatars
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index e07ead9d46..970ca523a5 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -315,6 +315,8 @@ public: void idleUpdateBelowWater(); + static void updateNearbyAvatarCount(); + //-------------------------------------------------------------------- // Static preferences (controlled by user settings/menus) //-------------------------------------------------------------------- @@ -339,6 +341,9 @@ public: static LLPointer<LLViewerTexture> sCloudTexture; + static std::vector<LLUUID> sAVsIgnoringARTLimit; + static S32 sAvatarsNearby; + //-------------------------------------------------------------------- // Region state //-------------------------------------------------------------------- |