diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvowater.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llvowater.cpp b/linden/indra/newview/llvowater.cpp index c66295a..251667c 100644 --- a/linden/indra/newview/llvowater.cpp +++ b/linden/indra/newview/llvowater.cpp | |||
@@ -101,7 +101,7 @@ void LLVOWater::setPixelAreaAndAngle(LLAgent &agent) | |||
101 | 101 | ||
102 | 102 | ||
103 | // virtual | 103 | // virtual |
104 | void LLVOWater::updateTextures() | 104 | void LLVOWater::updateTextures(LLAgent &agent) |
105 | { | 105 | { |
106 | } | 106 | } |
107 | 107 | ||
@@ -281,9 +281,9 @@ U32 LLVOVoidWater::getPartitionType() const | |||
281 | } | 281 | } |
282 | 282 | ||
283 | LLWaterPartition::LLWaterPartition() | 283 | LLWaterPartition::LLWaterPartition() |
284 | : LLSpatialPartition(0) | 284 | : LLSpatialPartition(0, FALSE, 0) |
285 | { | 285 | { |
286 | mRenderByGroup = FALSE; | 286 | // mRenderByGroup = FALSE; // KL specified const SG branch not req here |
287 | mInfiniteFarClip = TRUE; | 287 | mInfiniteFarClip = TRUE; |
288 | mDrawableType = LLPipeline::RENDER_TYPE_WATER; | 288 | mDrawableType = LLPipeline::RENDER_TYPE_WATER; |
289 | mPartitionType = LLViewerRegion::PARTITION_WATER; | 289 | mPartitionType = LLViewerRegion::PARTITION_WATER; |