diff options
author | Oz Linden <oz@lindenlab.com> | 2015-09-14 14:44:32 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-09-14 14:44:32 -0400 |
commit | eee96e653110438729f64718c151598dfa1976cf (patch) | |
tree | 6608aa73712e426bcc73a091811d50027f103b66 /indra/newview/llvoavatar.cpp | |
parent | 58db3502238db8c1580783d6d89bf8946bc863da (diff) |
MAINT-5622: correct color initialization for solid color avatars
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |