summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-11-14 18:07:40 -0700
committerXiaohong Bao <bao@lindenlab.com>2013-11-14 18:07:40 -0700
commit7c7c043e38de95cc96554ebc6913973f43eed980 (patch)
tree6df778aef1d0f6a25166aa9fba490f54dce0e15d /indra/newview/llvocache.h
parent67ffa86817498028685e8cfb1bdc05d7ab204010 (diff)
fix for SH-4609: Interesting: Occluded objects are loaded at login
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 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;