From eee96e653110438729f64718c151598dfa1976cf Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Mon, 14 Sep 2015 14:44:32 -0400 Subject: MAINT-5622: correct color initialization for solid color avatars --- 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 2c8f38aaad..538ab17b49 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -8450,7 +8450,7 @@ void LLVOAvatar::setVisualMuteSettings(VisualMuteSettings set) void LLVOAvatar::calcMutedAVColor() { - LLColor4 new_color; + LLColor4 new_color(mMutedAVColor); std::string change_msg; LLUUID av_id(getID()); -- cgit v1.2.3