summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-06-14 16:20:22 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-06-14 16:20:22 -0600
commit1bc1d532cff1539bb5366f87b602970f1d2a8929 (patch)
treeb0897752a974971a30935cab1ab81facfbe8a6f4 /indra/newview/llvocache.cpp
parentfc88265cffe3553803314c6e895a1e3a3c988171 (diff)
fix for SH-4244: interesting: objects on adjacent region are not visible. and
SH-4264: interesting: Content near edges of screen does not load
Diffstat (limited to 'indra/newview/llvocache.cpp')
-rwxr-xr-xindra/newview/llvocache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp
index 9816fb9af0..68f21ed2b3 100755
--- a/indra/newview/llvocache.cpp
+++ b/indra/newview/llvocache.cpp
@@ -416,7 +416,7 @@ public:
virtual S32 frustumCheck(const LLviewerOctreeGroup* group)
{
-#if 1
+#if 0
S32 res = AABBInRegionFrustumGroupBounds(group);
#else
S32 res = AABBInRegionFrustumNoFarClipGroupBounds(group);
@@ -430,7 +430,7 @@ public:
virtual S32 frustumCheckObjects(const LLviewerOctreeGroup* group)
{
-#if 1
+#if 0
S32 res = AABBInRegionFrustumObjectBounds(group);
#else
S32 res = AABBInRegionFrustumNoFarClipObjectBounds(group);