diff options
author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-02-26 01:21:41 -0800 |
---|---|---|
committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-02-26 01:21:41 -0800 |
commit | 8c79297a8957fec13fadd2a2932b4b03b148d5a5 (patch) | |
tree | 4b3362f8bbbfd8442f81444124780195a34f2fbd /indra/newview/llheroprobemanager.h | |
parent | 1b8523a7b6293db89b16ca8e08330969cf1d9166 (diff) |
#682 Further tweak the conservative update mechanism.
Diffstat (limited to 'indra/newview/llheroprobemanager.h')
-rw-r--r-- | indra/newview/llheroprobemanager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llheroprobemanager.h b/indra/newview/llheroprobemanager.h index 038a8fd45a..e430cae203 100644 --- a/indra/newview/llheroprobemanager.h +++ b/indra/newview/llheroprobemanager.h @@ -138,7 +138,6 @@ private: std::map<int, int> mFaceUpdateList; U32 mCurrentProbeUpdateFrame = 0; - U32 mLowPriorityFaceThrottle = 2; std::vector<LLVOVolume*> mHeroVOList; LLVOVolume* mNearestHero; |