diff options
author | Dave Parks <davep@lindenlab.com> | 2011-01-26 15:26:56 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-01-26 15:26:56 -0600 |
commit | f0be01bda92553a3e9e671c26c2905b47cacb0b5 (patch) | |
tree | b974be73af38c51c2cb47ff7578e48bfabdbe45e /indra/newview/pipeline.h | |
parent | 96c6200f7271cadec83f8d55e30e3b4713c3f939 (diff) |
SH-641 Fix for some objects not properly switching LoD under some situations.
Fix for redundant calls to stateSort(LLDrawable*...)
Put back "Build Queue" info display.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 7ae83e9816..0eb020605e 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -632,6 +632,8 @@ protected: LLDrawable::drawable_list_t mBuildQ2; // non-priority LLSpatialGroup::sg_vector_t mGroupQ1; //priority LLSpatialGroup::sg_vector_t mGroupQ2; // non-priority + bool mGroupQ2Locked; + bool mGroupQ1Locked; LLViewerObject::vobj_list_t mCreateQ; |