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/llvieweroctree.h | |
parent | f6a342438c59548276f0ee9f3033b47229d5d6d3 (diff) |
more fix for SH-4397: Object cache occlusion culling results are not always correct
Diffstat (limited to 'indra/newview/llvieweroctree.h')
-rw-r--r-- | indra/newview/llvieweroctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvieweroctree.h b/indra/newview/llvieweroctree.h index 7c85231ce0..7fdb5661d8 100644 --- a/indra/newview/llvieweroctree.h +++ b/indra/newview/llvieweroctree.h @@ -357,7 +357,7 @@ public: virtual ~LLViewerOctreePartition(); // Cull on arbitrary frustum - virtual S32 cull(LLCamera &camera) = 0; + virtual S32 cull(LLCamera &camera, bool do_occlusion) = 0; BOOL isOcclusionEnabled(); public: |