summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/newview/llvoavatar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index ac91ded18b..7f57289fc3 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -7634,6 +7634,8 @@ void LLVOAvatar::invalidateName()
{
// force update by clearing name string
mNameString.clear();
+ // and force color update by tweaking alpha
+ mNameAlpha = F32_MAX;
}
LLHost LLVOAvatar::getObjectHost() const