diff options
| -rw-r--r-- | indra/llrender/llshadermgr.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index 254ead2bd8..0885740934 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -79,7 +79,7 @@ bool LLShaderMgr::attachShaderFeatures(LLGLSLShader * shader)      //////////////////////////////////////      // NOTE order of shader object attaching is VERY IMPORTANT!!! -    if (features->calculatesAtmospherics) +    if (features->calculatesAtmospherics || features->hasGamma || features->isDeferred)      {          if (!shader->attachVertexObject("windlight/atmosphericsVarsV.glsl"))          { | 
