From 1bc1d532cff1539bb5366f87b602970f1d2a8929 Mon Sep 17 00:00:00 2001
From: Xiaohong Bao <bao@lindenlab.com>
Date: Fri, 14 Jun 2013 16:20:22 -0600
Subject: [PATCH] fix for SH-4244: interesting: objects on adjacent region are
 not visible. and SH-4264: interesting: Content near edges of screen does not
 load

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

diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp
index 9816fb9af09..68f21ed2b3f 100755
--- a/indra/newview/llvocache.cpp
+++ b/indra/newview/llvocache.cpp
@@ -416,7 +416,7 @@ class LLVOCacheOctreeCull : public LLViewerOctreeCull
 
 	virtual S32 frustumCheck(const LLviewerOctreeGroup* group)
 	{
-#if 1
+#if 0
 		S32 res = AABBInRegionFrustumGroupBounds(group);
 #else	
 		S32 res = AABBInRegionFrustumNoFarClipGroupBounds(group);
@@ -430,7 +430,7 @@ class LLVOCacheOctreeCull : public LLViewerOctreeCull
 
 	virtual S32 frustumCheckObjects(const LLviewerOctreeGroup* group)
 	{
-#if 1
+#if 0
 		S32 res = AABBInRegionFrustumObjectBounds(group);
 #else
 		S32 res = AABBInRegionFrustumNoFarClipObjectBounds(group);
-- 
GitLab