From ee39ebd523455a32234cf3d362ca96ebdcd4d86b Mon Sep 17 00:00:00 2001
From: AndreyL ProductEngine <alihatskiy@productengine.com>
Date: Wed, 20 Mar 2019 19:40:14 +0200
Subject: [PATCH] Backed out changeset: 29f763ea2f9b The fix caused SL-10357

---
 indra/newview/pipeline.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 7be5c86679a..e8c9909f8ca 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -2514,8 +2514,8 @@ void LLPipeline::updateCull(LLCamera& camera, LLCullResult& result, S32 water_cl
 			LLSpatialPartition* part = region->getSpatialPartition(i);
 			if (part)
 			{
-				if (LLViewerRegion::PARTITION_BRIDGE == i || hasRenderType(part->mDrawableType))
-				{ //pass PARTITION BRIDGE because LLDrawable can be moved to this partition
+				if (hasRenderType(part->mDrawableType))
+				{
 					part->cull(camera);
 				}
 			}
-- 
GitLab