summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawable.cpp
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-02-22 18:31:56 -0800
committerTofu Buzzard <no-email>2011-02-22 18:31:56 -0800
commit9c7e38a3d1318f05f43f404e04dbd619a17a3e31 (patch)
tree0b48d8e70ca1ce75c71d9a0b29bcb60e015de632 /indra/newview/lldrawable.cpp
parent1ff941362fa5617a94fb85839d6540e5abb1b78a (diff)
parentd46594bf714cd19ebcbf693463c4d39e4c771bb8 (diff)
merge
Diffstat (limited to 'indra/newview/lldrawable.cpp')
-rw-r--r--indra/newview/lldrawable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp
index cbee800acb..d370c72a04 100644
--- a/indra/newview/lldrawable.cpp
+++ b/indra/newview/lldrawable.cpp
@@ -1052,7 +1052,7 @@ BOOL LLDrawable::isVisible() const
//=======================================
LLSpatialBridge::LLSpatialBridge(LLDrawable* root, BOOL render_by_group, U32 data_mask)
-: LLSpatialPartition(data_mask, render_by_group, FALSE)
+: LLSpatialPartition(data_mask, render_by_group, GL_STREAM_DRAW_ARB)
{
mDrawable = root;
root->setSpatialBridge(this);