summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-20 22:47:32 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-20 22:47:32 +0100
commit5344d4b2fd89893288243c9a76413a19f90d6f56 (patch)
treeb169a622c1c67a49c1ed662a6dfd7ba483a3d74b
parentc4fd211cd85febb80158a8540e4ac625387aa515 (diff)
Backed out changeset e13b292907c5
This didn't help. I'll try another approach.
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index f54b72ec32..cb656b4fbc 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -1979,7 +1979,7 @@ void LLPipeline::markVisible(LLDrawable *drawablep, LLCamera& camera)
{
LLDrawable* root = ((LLSpatialBridge*) drawablep)->mDrawable;
- if (root && root->getVObj()->isAttachment())
+ if (root->getVObj()->isAttachment())
{
LLVOAvatar* av = root->getParent()->getVObj()->asAvatar();
if (av && av->isImpostor())