diff options
author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-01-24 15:50:13 -0800 |
---|---|---|
committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-01-24 15:50:13 -0800 |
commit | 4d39d889976dcc3b7aa7098bc70ab7ebb881c0a8 (patch) | |
tree | 05883b6658205bd60b4c19b9af781eaed5a0da65 /indra/newview/llheroprobemanager.cpp | |
parent | 373b06398c274eee476e4aa9c35b9c6327f9d45f (diff) |
https://github.com/secondlife/viewer/issues/671 Wire up the RenderMirrors debug setting.
Diffstat (limited to 'indra/newview/llheroprobemanager.cpp')
-rw-r--r-- | indra/newview/llheroprobemanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llheroprobemanager.cpp b/indra/newview/llheroprobemanager.cpp index b6db123cd9..fdf782adee 100644 --- a/indra/newview/llheroprobemanager.cpp +++ b/indra/newview/llheroprobemanager.cpp @@ -67,7 +67,7 @@ LLHeroProbeManager::LLHeroProbeManager() // helper class to seed octree with probes void LLHeroProbeManager::update() { - if (!LLPipeline::sReflectionProbesEnabled || gTeleportDisplay || LLStartUp::getStartupState() < STATE_PRECACHE) + if (!LLPipeline::RenderMirrors || gTeleportDisplay || LLStartUp::getStartupState() < STATE_PRECACHE) { return; } |