diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-06-26 17:08:03 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-06-26 17:08:03 -0600 |
commit | 88fee7f87fc4a987a05002fedfcae11d6b42ba59 (patch) | |
tree | a3e86e4ddbc55aa7595425e93c0cd79804aa11b5 /indra/newview/llvocache.h | |
parent | c0fd2a15e49c4fc7578da4aa74c44e33cf45a3a1 (diff) |
more fix for SH-4284: interesting: viewer does not render cacheable objects on far corner of region when camera moves
Diffstat (limited to 'indra/newview/llvocache.h')
-rwxr-xr-x | indra/newview/llvocache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index 1aa58528db..bf75cafac5 100755 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -161,7 +161,7 @@ public: static LLTrace::MemStatHandle sMemStat; private: - void processOccluders(LLCamera* camera); + void processOccluders(LLCamera* camera, const LLVector3* region_agent); private: std::set<LLOcclusionCullingGroup*> mOccludedGroups; |