From 07d76ec7d61109705165657de0049977a5a1353c Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 15 Sep 2015 16:24:52 -0400 Subject: tone down the muted avatar colors even further --- indra/newview/llvoavatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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 "; } -- cgit v1.2.3