summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-07-24 11:15:42 -0700
committerGraham Linden <graham@lindenlab.com>2019-07-24 11:15:42 -0700
commit15f5d8caf8fc51999c4de4217ed5ac37fa911ae9 (patch)
tree018b6c9189a3227cfca2a00ffdf1178b8220362c /indra/newview/pipeline.cpp
parent1529c16201d332ce7bbff5c3637737ca58277eb9 (diff)
SL-10698
Reduce effect of refScale again to eliminate sampling beyond the correct area in the distortion map and getting the water fog color on the shoreline.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index fc7408a8e5..ef88d43cc4 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -1395,7 +1395,7 @@ bool LLPipeline::canUseVertexShaders()
bool LLPipeline::canUseWindLightShaders() const
{
return (!LLPipeline::sDisableShaders &&
- gWLSkyProgram.mProgramObject != 0 &&
+ /*gWLSkyProgram.mProgramObject != 0 &&*/
LLViewerShaderMgr::instance()->getShaderLevel(LLViewerShaderMgr::SHADER_WINDLIGHT) > 1);
}