diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-02-22 18:37:04 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-02-22 18:37:04 -0600 |
| commit | d46594bf714cd19ebcbf693463c4d39e4c771bb8 (patch) | |
| tree | 5bc5fe4f3ecd3076b6b10742be252b2ff5df4a63 /indra/newview/lldrawable.cpp | |
| parent | e25854fd6acaee8019be5389e0563822f53e45a5 (diff) | |
| parent | e55e91a5a546832b79643fdcd2208b5e4f62b6df (diff) | |
merge
Diffstat (limited to 'indra/newview/lldrawable.cpp')
| -rw-r--r-- | indra/newview/lldrawable.cpp | 2 |
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); |
