diff options
author | Oz Linden <oz@lindenlab.com> | 2013-04-16 14:52:18 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-04-16 14:52:18 -0400 |
commit | 4b2d6062ba1865f6c89175cf047c3e772bcd03bd (patch) | |
tree | fe6948df81c582609d4db889c8a5023826f09457 /indra/llprimitive | |
parent | b7d4ba1f086e8a318e389add7c17dcb803689a7d (diff) | |
parent | 0b4d76ce7856b060d4682955548ff047326c0aee (diff) |
merge rollback from graham
Diffstat (limited to 'indra/llprimitive')
-rw-r--r-- | indra/llprimitive/llmaterial.h | 2 |
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); |