summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-09-14 14:44:32 -0400
committerOz Linden <oz@lindenlab.com>2015-09-14 14:44:32 -0400
commiteee96e653110438729f64718c151598dfa1976cf (patch)
tree6608aa73712e426bcc73a091811d50027f103b66 /indra
parent58db3502238db8c1580783d6d89bf8946bc863da (diff)
MAINT-5622: correct color initialization for solid color avatars
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 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());