Skip to content
Snippets Groups Projects
Commit 3eec41f6 authored by James Cook's avatar James Cook
Browse files

Re-color name tags after display name changes

parent d7318467
No related branches found
No related tags found
No related merge requests found
...@@ -7634,6 +7634,8 @@ void LLVOAvatar::invalidateName() ...@@ -7634,6 +7634,8 @@ void LLVOAvatar::invalidateName()
{ {
// force update by clearing name string // force update by clearing name string
mNameString.clear(); mNameString.clear();
// and force color update by tweaking alpha
mNameAlpha = F32_MAX;
} }
LLHost LLVOAvatar::getObjectHost() const LLHost LLVOAvatar::getObjectHost() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment