From 87f852ee67c75ac415ce716157bdd9ba94c60441 Mon Sep 17 00:00:00 2001 From: Xiaohong Bao Date: Thu, 9 Jan 2014 21:17:49 -0700 Subject: fix for SH-4659:crash at LLOcclusionCullingGroup::doOcclusion line 1150 --- indra/newview/llvocache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llvocache.h') diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index 928f8c87b9..7396de4709 100755 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -188,7 +188,7 @@ class LLVOCachePartition : public LLViewerOctreePartition, public LLTrace::MemTr public: LLVOCachePartition(LLViewerRegion* regionp); - void addEntry(LLViewerOctreeEntry* entry); + bool addEntry(LLViewerOctreeEntry* entry); void removeEntry(LLViewerOctreeEntry* entry); /*virtual*/ S32 cull(LLCamera &camera, bool do_occlusion); void addOccluders(LLViewerOctreeGroup* gp); -- cgit v1.2.3