diff options
author | Dave Parks <davep@lindenlab.com> | 2011-10-21 12:40:06 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-10-21 12:40:06 -0500 |
commit | b0c1d877a18956714b9885291819c692a67c6913 (patch) | |
tree | 516c1c39de1ab5a8ef7155d07b3e6a9c4eb98a0c /indra/newview/llspatialpartition.cpp | |
parent | 973e99622e88714a59056200e74fcbf56bbe6884 (diff) |
SH-2240 Fix for flickering due to artifacting when rendering occlusion query geometry
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r-- | indra/newview/llspatialpartition.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 2530f1f0d4..7bf4e901c1 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -322,6 +322,7 @@ void LLSpatialGroup::buildOcclusion() { mOcclusionVerts->flush(); + LLVertexBuffer::unbind(); } clearState(LLSpatialGroup::OCCLUSION_DIRTY); |