diff --git a/indra/newview/llvowater.cpp b/indra/newview/llvowater.cpp index aa998fc75..7eae4f2f8 100644 --- a/indra/newview/llvowater.cpp +++ b/indra/newview/llvowater.cpp @@ -288,7 +288,7 @@ U32 LLVOWater::getPartitionType() const { if (mIsEdgePatch) { - return LLViewerRegion::PARTITION_VOIDWATER; + //return LLViewerRegion::PARTITION_VOIDWATER; } return LLViewerRegion::PARTITION_WATER; @@ -309,7 +309,7 @@ LLWaterPartition::LLWaterPartition() LLVoidWaterPartition::LLVoidWaterPartition() { - mOcclusionEnabled = FALSE; + //mOcclusionEnabled = FALSE; mDrawableType = LLPipeline::RENDER_TYPE_VOIDWATER; mPartitionType = LLViewerRegion::PARTITION_VOIDWATER; }