summaryrefslogtreecommitdiff
path: root/indra/newview/llheroprobemanager.cpp
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2024-01-24 15:50:13 -0800
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2024-01-24 15:50:13 -0800
commit4d39d889976dcc3b7aa7098bc70ab7ebb881c0a8 (patch)
tree05883b6658205bd60b4c19b9af781eaed5a0da65 /indra/newview/llheroprobemanager.cpp
parent373b06398c274eee476e4aa9c35b9c6327f9d45f (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.cpp2
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;
}