diff options
author | Callum Prentice <callum@lindenlab.com> | 2010-01-11 17:27:45 -0800 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2010-01-11 17:27:45 -0800 |
commit | 77565ce0c35fb35701bb51a82d70214a3ad56a12 (patch) | |
tree | dbbb8284e0db98bcc3db829a9d3192e86f924ea0 /indra/newview/llspatialpartition.cpp | |
parent | a3ca95e3bd0e288792f6024d9487d618730fd40f (diff) | |
parent | a74d494dd7c13e0307ee5ba526ba021583b1f2b5 (diff) |
Merge with tip
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r-- | indra/newview/llspatialpartition.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 6ca6734598..514d8facb4 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -2460,7 +2460,6 @@ void renderOctree(LLSpatialGroup* group) gGL.color4fv(col.mV); drawBox(group->mObjectBounds[0], group->mObjectBounds[1]*1.01f+LLVector3(0.001f, 0.001f, 0.001f)); - glDepthMask(GL_TRUE); gGL.setSceneBlendType(LLRender::BT_ALPHA); if (group->mBuilt <= 0.f) |