summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-08-14 14:57:54 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-08-14 14:57:54 -0600
commit52086d4485e004999d097cb66fb5cf63e34203d2 (patch)
tree0e1b648ac9b2046247b0e4cdb0d283646a7b9476 /indra/newview/llvocache.cpp
parent9faaa28f4445425e8c5b7b002faffbe0365b905d (diff)
parent23214506d280b485cc74372a9dbb8d6b8c3937c5 (diff)
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
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 2576a69f26..838ac353d1 100755
--- a/indra/newview/llvocache.cpp
+++ b/indra/newview/llvocache.cpp
@@ -531,7 +531,7 @@ public:
virtual S32 frustumCheck(const LLviewerOctreeGroup* group)
{
-#if 0
+#if 1
S32 res = AABBInRegionFrustumGroupBounds(group);
#else
S32 res = AABBInRegionFrustumNoFarClipGroupBounds(group);
@@ -545,7 +545,7 @@ public:
virtual S32 frustumCheckObjects(const LLviewerOctreeGroup* group)
{
-#if 0
+#if 1
S32 res = AABBInRegionFrustumObjectBounds(group);
#else
S32 res = AABBInRegionFrustumNoFarClipObjectBounds(group);