summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolwlsky.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-12-10 15:02:34 -0800
committerGraham Linden <graham@lindenlab.com>2018-12-10 15:02:34 -0800
commit8c128f5b635b4ae8f36b37fde8702aedc2fad1cc (patch)
tree5131042d65bc33d16b24e3aa30cf45c201b285f4 /indra/newview/lldrawpoolwlsky.cpp
parent13d1f84bf6c3c408704901cb3aad6cffaa8ef6da (diff)
Mods to allow using ALM rendering in water reflections so
the reflections will better match what they're reflecting when ALM is enabled.
Diffstat (limited to 'indra/newview/lldrawpoolwlsky.cpp')
-rw-r--r--indra/newview/lldrawpoolwlsky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolwlsky.cpp b/indra/newview/lldrawpoolwlsky.cpp
index 8904020ab9..025a4c86e5 100644
--- a/indra/newview/lldrawpoolwlsky.cpp
+++ b/indra/newview/lldrawpoolwlsky.cpp
@@ -375,7 +375,7 @@ void LLDrawPoolWLSky::renderStarsDeferred(void) const
gDeferredStarProgram.uniform1f(LLShaderMgr::BLEND_FACTOR, blend_factor);
- if (LLPipeline::sRenderingWaterReflection)
+ if (LLPipeline::sReflectionRender)
{
star_alpha = 1.0f;
}