diff options
author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2024-05-28 14:19:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 14:19:18 -0700 |
commit | 33bb511ab4acd5867fbe5f11393a01e438b72293 (patch) | |
tree | 9303f2e9c643f21f167abfa6c3cde1f0a89e528c /indra/newview/llheroprobemanager.h | |
parent | c5f0b6f639dfaa70615e50a112b64da173f5aeaf (diff) |
Improvements to mirror probe update rates (#1570)
#1494 Fix for mirror updates getting "stuck" on some faces.
Diffstat (limited to 'indra/newview/llheroprobemanager.h')
-rw-r--r-- | indra/newview/llheroprobemanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llheroprobemanager.h b/indra/newview/llheroprobemanager.h index 5df146f2f1..e45b0049b2 100644 --- a/indra/newview/llheroprobemanager.h +++ b/indra/newview/llheroprobemanager.h @@ -68,6 +68,8 @@ public: // maintain reflection probes void update(); + void renderProbes(); + // debug display, called from llspatialpartition if reflection // probe debug display is active void renderDebug(); @@ -152,5 +154,6 @@ private: std::vector<LLPointer<LLVOVolume>> mHeroVOList; LLPointer<LLVOVolume> mNearestHero; + }; |