summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-06-26 17:08:03 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-06-26 17:08:03 -0600
commit88fee7f87fc4a987a05002fedfcae11d6b42ba59 (patch)
treea3e86e4ddbc55aa7595425e93c0cd79804aa11b5 /indra/newview/llvocache.h
parentc0fd2a15e49c4fc7578da4aa74c44e33cf45a3a1 (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-xindra/newview/llvocache.h2
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;