diff options
author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-02-15 09:38:29 -0800 |
---|---|---|
committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-02-15 09:38:29 -0800 |
commit | 7a9cdf2b52ca95c8e269e2bb4ed01379b76434d6 (patch) | |
tree | b2a302930282374182d4f0916d225d1486f94c64 /indra/newview/llheroprobemanager.h | |
parent | a5a2254b6fdc2fb1573135a4ffdf37e08dc9752f (diff) |
#682 Do conservative updates on probes.
Diffstat (limited to 'indra/newview/llheroprobemanager.h')
-rw-r--r-- | indra/newview/llheroprobemanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llheroprobemanager.h b/indra/newview/llheroprobemanager.h index 552c5dcaab..d2a319c500 100644 --- a/indra/newview/llheroprobemanager.h +++ b/indra/newview/llheroprobemanager.h @@ -134,6 +134,7 @@ private: bool mReset = false; bool mRenderingMirror = false; + std::map<int, bool> mFaceUpdateList; std::set<LLPointer<LLVOVolume>> mHeroVOList; LLPointer<LLVOVolume> mNearestHero; |