diff options
author | Tofu Buzzard <no-email> | 2011-02-22 18:32:25 -0800 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-02-22 18:32:25 -0800 |
commit | df42eceb91e796c876639aa4a711b9baaf438914 (patch) | |
tree | 520e3291611c40bed28a0c8d73b55fa102602a64 /indra/newview/lldrawable.cpp | |
parent | b660dcfce4bafd0320be97e25c38ff09ceac336d (diff) | |
parent | 9c7e38a3d1318f05f43f404e04dbd619a17a3e31 (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); |