diff options
| author | Richard Linden <none@none> | 2012-04-05 16:10:07 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-04-05 16:10:07 -0700 |
| commit | 9626ab8fec34f73cd60822bd34376c1cb94e11d7 (patch) | |
| tree | 0b4feb7b49b9a3e3d9936faea0b03aaff1dcb578 /indra/newview/pipeline.cpp | |
| parent | c2afd200a0d55c5137de6f89200a8d4b09ba8b6e (diff) | |
CHUI-89 FIX Make nametags appear consistently next to avatar heads
nametags now track avatar head
avatar_skeleton now loaded as param block
vector3 param block parsing support
fixes for param block recursion
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 ) |
