summaryrefslogtreecommitdiff
path: root/indra/llprimitive
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-04-16 14:52:18 -0400
committerOz Linden <oz@lindenlab.com>2013-04-16 14:52:18 -0400
commit4b2d6062ba1865f6c89175cf047c3e772bcd03bd (patch)
treefe6948df81c582609d4db889c8a5023826f09457 /indra/llprimitive
parentb7d4ba1f086e8a318e389add7c17dcb803689a7d (diff)
parent0b4d76ce7856b060d4682955548ff047326c0aee (diff)
merge rollback from graham
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);