summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-09-15 16:24:52 -0400
committerOz Linden <oz@lindenlab.com>2015-09-15 16:24:52 -0400
commit07d76ec7d61109705165657de0049977a5a1353c (patch)
treeed9662a0e8be11cade6cea300553cf5d54c41e8e /indra
parente59685e692fee451680fc4991f01d7a1a2117e6a (diff)
tone down the muted avatar colors even further
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 538ab17b49..edb447e497 100755
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -8484,7 +8484,7 @@ void LLVOAvatar::calcMutedAVColor()
new_color = lerp(*spectrum_color[spectrum_index_1], *spectrum_color[spectrum_index_2], fractBetween);
new_color.normalize();
- new_color *= 0.5f; // Tone it down
+ new_color *= 0.28f; // Tone it down
change_msg = " over limit color ";
}