summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-09-18 21:54:38 +0100
committerGraham Linden <graham@lindenlab.com>2018-09-18 21:54:38 +0100
commitc9b2759469cb090b76a7d602eb876659c305c7f3 (patch)
tree83567181f2494a6c1614b24ae680a808637dea50 /indra/newview/pipeline.h
parent030afe0aaa0c956caa5509bca433c056eaf284fd (diff)
SL-1475
Make stars use higher alpha and brighten reflected color before mixing to get stars to show up in reflections on water.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index d17bab775d..b292ac9358 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -582,6 +582,7 @@ public:
static bool sRenderAttachedLights;
static bool sRenderAttachedParticles;
static bool sRenderDeferred;
+ static bool sRenderingWaterReflection;
static bool sMemAllocationThrottled;
static S32 sVisibleLightCount;
static F32 sMinRenderSize;