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 | 1f009f2be9f06cdd13cf7ae586a006333cf5452e (patch) | |
tree | eb0bfa4786cbb105639a3e767c0d2c995d9ba5de /indra/newview | |
parent | c2886da65dfc45ec28bf5e8ecd02525ac696629e (diff) |
Backed out changeset e13b292907c5
This didn't help. I'll try another approach.
(transplanted from ecd9ac6b5a41ab5c816fff8d993b03616076b82a)
Diffstat (limited to 'indra/newview')
-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()) |