diff options
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llvocache.cpp | 4 | 
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); | 
