diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-20 22:47:32 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-20 22:47:32 +0100 |
commit | fbc8ee0abe1448e52d8b0f8a06f4ddacbc05fbcd (patch) | |
tree | 373006a8403833f8ebd636a47768fa3c790de5a2 /indra | |
parent | 6985ed5c799dc10a1afe14fee6338a0243191753 (diff) |
Backed out changeset e13b292907c5
This didn't help. I'll try another approach.
(transplanted from ecd9ac6b5a41ab5c816fff8d993b03616076b82a)
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 17c4830a32..620f34ae53 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -1966,7 +1966,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()) |