summaryrefslogtreecommitdiff
path: root/indra/llprimitive
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2013-04-16 08:27:30 -0700
committerGraham Madarasz <graham@lindenlab.com>2013-04-16 08:27:30 -0700
commit0b4d76ce7856b060d4682955548ff047326c0aee (patch)
treedfe34ed98d1d02d68084d1951fbc8f27f4360e9e /indra/llprimitive
parentd1f713f30bd4d42fe4696e25c01ab4532ef3b69b (diff)
NORSPEC-123 et al...roll back NSPEC 91 fix to avoid knock-on and set correct default env intensity
Diffstat (limited to 'indra/llprimitive')
-rw-r--r--indra/llprimitive/llmaterial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/llmaterial.h b/indra/llprimitive/llmaterial.h
index c2e49985a4..df5a45cabd 100644
--- a/indra/llprimitive/llmaterial.h
+++ b/indra/llprimitive/llmaterial.h
@@ -54,7 +54,7 @@ public:
static const U8 DEFAULT_SPECULAR_LIGHT_EXPONENT = ((U8)(0.2f * 255));
static const LLColor4U DEFAULT_SPECULAR_LIGHT_COLOR;
- static const U8 DEFAULT_ENV_INTENSITY = ((U8)(0.05f * 255));
+ static const U8 DEFAULT_ENV_INTENSITY = 0;
LLMaterial();
LLMaterial(const LLSD& material_data);