diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-11-14 18:07:40 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-11-14 18:07:40 -0700 |
commit | 7c7c043e38de95cc96554ebc6913973f43eed980 (patch) | |
tree | 6df778aef1d0f6a25166aa9fba490f54dce0e15d /indra/newview/llvocache.h | |
parent | 67ffa86817498028685e8cfb1bdc05d7ab204010 (diff) |
fix for SH-4609: Interesting: Occluded objects are loaded at login
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 6e10ab86ee..6af38e5b7c 100755 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -195,7 +195,7 @@ public: bool isFrontCull() const {return mFrontCull;} private: - void selectBackObjects(LLCamera &camera, F32 projection_area_cutoff); //select objects behind camera. + void selectBackObjects(LLCamera &camera, F32 projection_area_cutoff, bool use_occlusion); //select objects behind camera. public: static BOOL sNeedsOcclusionCheck; |