summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-05-20 16:39:26 -0700
committerJames Cook <james@lindenlab.com>2010-05-20 16:39:26 -0700
commite7b1a16f071ff0ab253136a284e20d737352a5ca (patch)
tree189157392dbed2b4fa3f5b4b3542ac81afa3db91 /indra/newview/llfloaterpreference.cpp
parentb637a183c41b091ea1c2e0a2f85987b7b5988afd (diff)
Strip out debug code related to toggling display names on/off
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rw-r--r--indra/newview/llfloaterpreference.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index 806572e04d..920d09bd7f 100644
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -230,6 +230,7 @@ void handleNameTagOptionChanged(const LLSD& newvalue)
void handleDisplayNamesOptionChanged(const LLSD& newvalue)
{
LLAvatarNameCache::setUseDisplayNames(newvalue.asBoolean());
+ LLVOAvatar::invalidateNameTags();
}