diff options
author | Richard Linden <none@none> | 2012-04-11 13:04:02 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-04-11 13:04:02 -0700 |
commit | 60510292b08d69eb7053621ce6b3ac60d599a4fb (patch) | |
tree | ddde0bd631946e341ccee282010b5f6bffce532e /indra/newview/pipeline.cpp | |
parent | c2afd200a0d55c5137de6f89200a8d4b09ba8b6e (diff) |
CHUI-89 FIX Make nametags appear consistently next to avatar heads
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index c523a78b22..fc499bfe9c 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -4678,11 +4678,6 @@ void LLPipeline::rebuildPools() } max_count--; } - - if (isAgentAvatarValid()) - { - gAgentAvatarp->rebuildHUD(); - } } void LLPipeline::addToQuickLookup( LLDrawPool* new_poolp ) |