diff options
author | Dave Parks <davep@lindenlab.com> | 2011-12-14 17:55:36 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-12-14 17:55:36 -0600 |
commit | 9fa68f0da363cd3c20dbb079f5d2901a45dfea5f (patch) | |
tree | 9d9bd9f059bac18338376144f3d14fd42d4daeed /indra/llrender/llglslshader.cpp | |
parent | 2dc7df91ade45d8952473f7de5068e8705440e29 (diff) |
SH-2743 Fix for shader compiler error on some GL 3.x implementations.
Diffstat (limited to 'indra/llrender/llglslshader.cpp')
-rw-r--r-- | indra/llrender/llglslshader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llglslshader.cpp b/indra/llrender/llglslshader.cpp index 5a6f3d8292..6b2852670a 100644 --- a/indra/llrender/llglslshader.cpp +++ b/indra/llrender/llglslshader.cpp @@ -66,7 +66,7 @@ BOOL shouldChange(const LLVector4& v1, const LLVector4& v2) LLShaderFeatures::LLShaderFeatures() : calculatesLighting(false), isShiny(false), isFullbright(false), hasWaterFog(false), hasTransport(false), hasSkinning(false), hasObjectSkinning(false), hasAtmospherics(false), isSpecular(false), -hasGamma(false), hasLighting(false), calculatesAtmospherics(false), mIndexedTextureChannels(0), disableTextureIndex(false), +hasGamma(false), hasLighting(false), isAlphaLighting(false), calculatesAtmospherics(false), mIndexedTextureChannels(0), disableTextureIndex(false), hasAlphaMask(false) { } |