aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-04-08 05:29:27 +1000
committerDavid Walter Seikel2013-04-08 05:29:27 +1000
commit11225add0521a6f0f5ffbb3cfbd7571c6dd98167 (patch)
tree9a8581fd9f618fb90404c622ad47d5029c0da8f7 /linden/indra/newview
parentComment out extra star rendering stuff, to get rid of unused variable warning... (diff)
downloadmeta-impy-11225add0521a6f0f5ffbb3cfbd7571c6dd98167.zip
meta-impy-11225add0521a6f0f5ffbb3cfbd7571c6dd98167.tar.gz
meta-impy-11225add0521a6f0f5ffbb3cfbd7571c6dd98167.tar.bz2
meta-impy-11225add0521a6f0f5ffbb3cfbd7571c6dd98167.tar.xz
Actually mute the colour of muted text.
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/llfloaterchat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterchat.cpp b/linden/indra/newview/llfloaterchat.cpp
index 2cca8ce..2efdf18 100644
--- a/linden/indra/newview/llfloaterchat.cpp
+++ b/linden/indra/newview/llfloaterchat.cpp
@@ -364,7 +364,7 @@ void LLFloaterChat::addChatHistory(const LLChat& chat, bool log_to_file)
364 { 364 {
365 // desaturate muted chat 365 // desaturate muted chat
366 LLColor4 muted_color = lerp(color, LLColor4::grey, 0.5f); 366 LLColor4 muted_color = lerp(color, LLColor4::grey, 0.5f);
367 add_timestamped_line(history_editor_with_mute, chat, color); 367 add_timestamped_line(history_editor_with_mute, chat, muted_color);
368 } 368 }
369 369
370 // add objects as transient speakers that can be muted 370 // add objects as transient speakers that can be muted