diff options
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; |