summaryrefslogtreecommitdiff
path: root/indra/llrender/llrender.cpp
diff options
context:
space:
mode:
authorRunitai Linden <davep@lindenlab.com>2020-03-24 11:22:01 -0500
committerRunitai Linden <davep@lindenlab.com>2020-03-24 11:22:01 -0500
commit3d22273726ab4d40f2eb9afc5ceeac37471a9dfa (patch)
treeeafaf3a6a205955a4014bfcf33dec4b531951aa7 /indra/llrender/llrender.cpp
parent3e472948db34e8efc905b5b50249f4587ba1507f (diff)
Fix for bad fullbright shiny shininess values and inconsistency between materialF and fullbrightShinyF
Diffstat (limited to 'indra/llrender/llrender.cpp')
-rw-r--r--indra/llrender/llrender.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llrender.cpp b/indra/llrender/llrender.cpp
index f4b5d88529..ebc4659bcf 100644
--- a/indra/llrender/llrender.cpp
+++ b/indra/llrender/llrender.cpp
@@ -1370,7 +1370,7 @@ void LLRender::syncMatrices()
}
- if (shader->mFeatures.hasLighting || shader->mFeatures.calculatesLighting)
+ if (shader->mFeatures.hasLighting || shader->mFeatures.calculatesLighting || shader->mFeatures.calculatesAtmospherics)
{ //also sync light state
syncLightState();
}