diff options
author | Dave Parks <davep@lindenlab.com> | 2011-01-21 18:25:57 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-01-21 18:25:57 -0600 |
commit | d7db673dc7c8cc638aab66be07f08892e548f783 (patch) | |
tree | 034a11874230235149dc8b858e353544faa88a86 /indra/newview/llspatialpartition.h | |
parent | 4fefb98cba6cdf5051bfd4d575dcccc468d77836 (diff) |
Fix for leaking occlusion queries -- try not to hold onto so many stale occlusion query references.
Diffstat (limited to 'indra/newview/llspatialpartition.h')
-rw-r--r-- | indra/newview/llspatialpartition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llspatialpartition.h b/indra/newview/llspatialpartition.h index 85fd66b297..664d957e49 100644 --- a/indra/newview/llspatialpartition.h +++ b/indra/newview/llspatialpartition.h @@ -187,6 +187,7 @@ public: return *this; } + static std::set<GLuint> sPendingQueries; //pending occlusion queries static U32 sNodeCount; static BOOL sNoDelete; //deletion of spatial groups and draw info not allowed if TRUE |