diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-08-07 22:53:27 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-08-07 22:53:27 -0600 |
commit | a2c7b0485576c6bb92f6d0eddc762f5e37d5caac (patch) | |
tree | 400b50815c54740834a2a2d0810a5f72e712af70 /indra/newview/llvocache.h | |
parent | f6a342438c59548276f0ee9f3033b47229d5d6d3 (diff) |
more fix for SH-4397: Object cache occlusion culling results are not always correct
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 ef9edf991b..04463088fa 100755 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -159,7 +159,7 @@ public: void addEntry(LLViewerOctreeEntry* entry); void removeEntry(LLViewerOctreeEntry* entry); - /*virtual*/ S32 cull(LLCamera &camera); + /*virtual*/ S32 cull(LLCamera &camera, bool do_occlusion); void addOccluders(LLviewerOctreeGroup* gp); void resetOccluders(); |