summaryrefslogtreecommitdiff
path: root/indra/newview/llspatialpartition.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-04-15 13:16:14 -0500
committerDave Parks <davep@lindenlab.com>2013-04-15 13:16:14 -0500
commit8025b8b2bc6028ed268e191d432cb3f740e351db (patch)
treeecc74cb4b2dceaf28b77919a2be04d33e80f10aa /indra/newview/llspatialpartition.cpp
parent41097e74ecea7f99d2e4b0ee03dfa40ed6463f46 (diff)
NORSPEC-49 Add shader profiler, add support for ARB_depth_clamp where available
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r--indra/newview/llspatialpartition.cpp2
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: