summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-01-30 10:39:02 -0800
committerTofu Buzzard <no-email>2011-01-30 10:39:02 -0800
commit489a01181da4f599eb4d0520636278be3ceac2bc (patch)
tree11e55a7c3dcbbf2383ea395b342e4257a7a2524b /indra/newview/pipeline.h
parent139dddda8f416782d69f39b22c2665c4a196877a (diff)
parentfe253e6ec6f77a7967cadd6efd76b2fbbef4e2da (diff)
merge
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h2
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;