summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-01 15:10:10 -0800
committerRichard Linden <none@none>2011-03-01 15:10:10 -0800
commit47c111cd3c6e77c7389719e3b5c933b94989a1c4 (patch)
treeeb476bd18d23f5eb9df03ef58791b20fa11fdb44 /indra
parent11a0785cebcbbcf89eab90c7f2a4c0b7c538736c (diff)
SOCIAL-589 FIX Double nametags shown with Lighting and Shadows enabled in minimal skin
removed duplicate rendering of hud elements
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/pipeline.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 39bc354250..7d9f63a408 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -6833,7 +6833,6 @@ void LLPipeline::renderDeferredLighting()
{
// Render debugging beacons.
gObjectList.renderObjectBeacons();
- LLHUDObject::renderAll();
gObjectList.resetObjectBeacons();
}
}