summaryrefslogtreecommitdiff
path: root/indra/newview/llheroprobemanager.h
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2024-02-26 00:30:44 -0800
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2024-02-26 00:30:44 -0800
commit1b8523a7b6293db89b16ca8e08330969cf1d9166 (patch)
tree0e74924701e16afaf4be79dbde50dedce4e9e9bb /indra/newview/llheroprobemanager.h
parent2ba5449b8b888b64ed87ef801426f7eab6e0be95 (diff)
#890 Make sure we're doing the correct distance check.
#682 Improve the conservative update functionality for mirror faces. Make it attenuate depending on how much the camera is facing that specific cubemap face.
Diffstat (limited to 'indra/newview/llheroprobemanager.h')
-rw-r--r--indra/newview/llheroprobemanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llheroprobemanager.h b/indra/newview/llheroprobemanager.h
index b1907ef185..038a8fd45a 100644
--- a/indra/newview/llheroprobemanager.h
+++ b/indra/newview/llheroprobemanager.h
@@ -135,7 +135,7 @@ private:
bool mReset = false;
bool mRenderingMirror = false;
- std::map<int, bool> mFaceUpdateList;
+ std::map<int, int> mFaceUpdateList;
U32 mCurrentProbeUpdateFrame = 0;
U32 mLowPriorityFaceThrottle = 2;