diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp
index 7dfa131ebf3b469770d2920721be620feb66cb45..67a0b5824123ea1e9695d31ae324fdc7b05149a6 100755
--- a/indra/newview/llvocache.cpp
+++ b/indra/newview/llvocache.cpp
@@ -531,7 +531,7 @@ class LLVOCacheOctreeCull : public LLViewerOctreeCull
 
 	virtual S32 frustumCheck(const LLviewerOctreeGroup* group)
 	{
-#if 0
+#if 1
 		S32 res = AABBInRegionFrustumGroupBounds(group);
 #else	
 		S32 res = AABBInRegionFrustumNoFarClipGroupBounds(group);
@@ -545,7 +545,7 @@ class LLVOCacheOctreeCull : public LLViewerOctreeCull
 
 	virtual S32 frustumCheckObjects(const LLviewerOctreeGroup* group)
 	{
-#if 0
+#if 1
 		S32 res = AABBInRegionFrustumObjectBounds(group);
 #else
 		S32 res = AABBInRegionFrustumNoFarClipObjectBounds(group);