diff options
author | leyla_linden <none@none> | 2011-02-23 16:38:45 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2011-02-23 16:38:45 -0800 |
commit | b0e64098ba7dabec0b14d0129efa87b5e5a29df2 (patch) | |
tree | 1efebf171b17a4eb5a47cfba224a268dfe54e337 /indra/newview/lldrawable.cpp | |
parent | 9f537ad93fe7992bb6d652473a4ac3680320cab5 (diff) | |
parent | 34428b305a437256f5db170db91506e2d94440e9 (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); |