summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorNicky <none@none>2012-10-22 21:39:48 +0200
committerNicky <none@none>2012-10-22 21:39:48 +0200
commit07410567c087a877ac8af25cd85c0100123d4a63 (patch)
tree5580dc36306e52e61dcb18d08d2de82a396dd2bb /indra/newview/pipeline.h
parenta5e2ef6042c9c3fe69acd9daafebc7694151a21f (diff)
LLDrawable::destroy: Illegal deletion of LLDrawable!
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 fd2a1e06cd..7a0ca86231 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -668,6 +668,8 @@ protected:
LLSpatialGroup::sg_vector_t mGroupQ1; //priority
LLSpatialGroup::sg_vector_t mGroupQ2; // non-priority
+ LLSpatialGroup::sg_vector_t mGroupSaveQ1; // a place to save mGroupQ1 until it is safe to unref
+
LLSpatialGroup::sg_vector_t mMeshDirtyGroup; //groups that need rebuildMesh called
U32 mMeshDirtyQueryObject;