summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-09-19 11:14:26 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-09-19 11:14:26 -0600
commite464b855abb85e03dfec59691b7eccac27a323c4 (patch)
treed7f01498ef97e72ea5cefe48399c13edc88b5eb9 /indra/newview/llvocache.h
parent345421602c57b82487e8b809a2e5388baf5208c9 (diff)
fix for SH-4501: Interesting: Occluded objects do not appear when Occluder object is deleted.
Diffstat (limited to 'indra/newview/llvocache.h')
-rwxr-xr-xindra/newview/llvocache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h
index 1fa019cfa6..7c7b64ad5b 100755
--- a/indra/newview/llvocache.h
+++ b/indra/newview/llvocache.h
@@ -172,14 +172,11 @@ public:
void resetOccluders();
void processOccluders(LLCamera* camera);
- void setDirty();
-
public:
static BOOL sNeedsOcclusionCheck;
//static LLTrace::MemStatHandle sMemStat;
private:
- BOOL mDirty;
U32 mCullHistory[LLViewerCamera::NUM_CAMERAS];
U32 mCulledTime[LLViewerCamera::NUM_CAMERAS];
std::set<LLOcclusionCullingGroup*> mOccludedGroups;