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/llvowater.cpp | |
parent | 9f537ad93fe7992bb6d652473a4ac3680320cab5 (diff) | |
parent | 34428b305a437256f5db170db91506e2d94440e9 (diff) |
Merge
Diffstat (limited to 'indra/newview/llvowater.cpp')
-rw-r--r-- | indra/newview/llvowater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvowater.cpp b/indra/newview/llvowater.cpp index 9f3ec9cadc..77875859e9 100644 --- a/indra/newview/llvowater.cpp +++ b/indra/newview/llvowater.cpp @@ -289,7 +289,7 @@ U32 LLVOVoidWater::getPartitionType() const } LLWaterPartition::LLWaterPartition() -: LLSpatialPartition(0, FALSE, 0) +: LLSpatialPartition(0, FALSE, GL_DYNAMIC_DRAW_ARB) { mInfiniteFarClip = TRUE; mDrawableType = LLPipeline::RENDER_TYPE_WATER; |