summaryrefslogtreecommitdiff
path: root/indra/llrender/llshadermgr.cpp
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2024-02-08 11:39:35 -0800
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2024-02-08 11:39:35 -0800
commit97d2b216212b3e106bb9129689e8eb162f9f68f5 (patch)
treec1cdbcb13ac049827dcf1720f85022bf510ff7ee /indra/llrender/llshadermgr.cpp
parent192e77344f44d4a2d6bc765403b27f611b106240 (diff)
#671 Setup the viewer to respect the MirrorsEnabled simulator feature.
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r--indra/llrender/llshadermgr.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp
index d510e061a2..5384133220 100644
--- a/indra/llrender/llshadermgr.cpp
+++ b/indra/llrender/llshadermgr.cpp
@@ -231,14 +231,6 @@ BOOL LLShaderMgr::attachShaderFeatures(LLGLSLShader * shader)
return FALSE;
}
}
-
- if (features->hasHeroProbes)
- {
- if (!shader->attachFragmentObject("deferred/heroProbesUtil.glsl"))
- {
- return FALSE;
- }
- }
if (features->hasShadows)
{