diff options
author | James Cook <james@lindenlab.com> | 2010-01-11 14:06:09 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-01-11 14:06:09 -0800 |
commit | a36087f5c1851b0bd5eec5788609f35b8a524384 (patch) | |
tree | d7057930083ba9499fc8b3783a531b24ac9ea7f1 /indra/newview/llspatialpartition.cpp | |
parent | a570c39bd3ca9ca567ef6a778305b8231535eb70 (diff) | |
parent | 370a8592ac4c3b6eb6fd9f6ddd35960b763e634f (diff) |
Merge, sync from viewer-2-0, fixed conflict in llinspectavatar.cpp
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) |