diff options
author | graham linden <graham@lindenlab.com> | 2013-04-16 08:28:38 -0700 |
---|---|---|
committer | graham linden <graham@lindenlab.com> | 2013-04-16 08:28:38 -0700 |
commit | a054dff522ea874691cd859a8909a29d45cc8bd8 (patch) | |
tree | dfe34ed98d1d02d68084d1951fbc8f27f4360e9e /indra/newview/llspatialpartition.cpp | |
parent | c4413f493e65d1c12f382a9fe4363e90c6a1b8c3 (diff) | |
parent | d1f713f30bd4d42fe4696e25c01ab4532ef3b69b (diff) |
Merged lindenlab/viewer-development-materials into default
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r-- | indra/newview/llspatialpartition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index f42586c715..f6e282ad87 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -89,7 +89,7 @@ class LLOcclusionQueryPool : public LLGLNamePool public: LLOcclusionQueryPool() { - mCurQuery = 1; + mCurQuery = 2; //1 is reserved for LLGLSLShader } protected: |