diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-11-16 19:24:53 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-11-16 19:24:53 +0000 |
commit | 2f1b75f03e8066b54d9dae16ab29095752c4ee8a (patch) | |
tree | 61ca8d02d2e947c07b86d3c860f6209d0f130d6a /indra/newview/pipeline.cpp | |
parent | 2c8007bc4b295b69b5b8a9c540876e402e6d63dc (diff) |
SL-704 - first pass cleaning up comments. Also added LLControlAvatar::initInstance() as a potential hook for optimizations.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 436c0cbf43..bab81f4294 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -3352,7 +3352,6 @@ void LLPipeline::markRebuild(LLDrawable *drawablep, LLDrawable::EDrawableFlags f { #if 1 // AXON debugging - LLVOVolume *vol_obj = drawablep->getVOVolume(); if (vol_obj && vol_obj->isAnimatedObject() && vol_obj->isRiggedMesh()) { |