diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2013-08-23 12:24:58 -0600 | 
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2013-08-23 12:24:58 -0600 | 
| commit | 55df26a7bf9e141205484543cf02759f599bf521 (patch) | |
| tree | d38cbcd8b58018beec9a2af8e5eff95ed822046c /indra | |
| parent | 11a78da4b12b99e820c2018f1a0b70ea2a222a07 (diff) | |
temporary fix for rendering starts late when running on pdp station
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llvocache.cpp | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp index ebde17dcef..dc7b907a35 100755 --- a/indra/newview/llvocache.cpp +++ b/indra/newview/llvocache.cpp @@ -638,10 +638,10 @@ S32 LLVOCachePartition::cull(LLCamera &camera, bool do_occlusion)  	}  	mCulledTime[LLViewerCamera::sCurCameraID] = LLViewerOctreeEntryData::getCurrentFrame(); -	if(!mDirty && !mCullHistory[LLViewerCamera::sCurCameraID] && LLViewerRegion::isViewerCameraStatic()) -	{ -		return 0; //nothing changed, skip culling -	} +	//if(!mDirty && !mCullHistory[LLViewerCamera::sCurCameraID] && LLViewerRegion::isViewerCameraStatic()) +	//{ +	//	return 0; //nothing changed, skip culling +	//}  	((LLviewerOctreeGroup*)mOctree->getListener(0))->rebound();  	mCullHistory[LLViewerCamera::sCurCameraID] <<= 1; | 
