summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-12-18 14:36:46 -0700
committerXiaohong Bao <bao@lindenlab.com>2012-12-18 14:36:46 -0700
commite1247d631f24065a31d9668915cb8bc84f3abc7f (patch)
tree557087bc8c6fa19222e2e59d74c7ee236912696a /indra/newview/llviewerregion.h
parentf2bf13b87768c97ec6a36a183013413bf4b905f0 (diff)
fix for SH-3619: some objects are missing
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r--indra/newview/llviewerregion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h
index 9a47227f1c..dbc59cee8f 100644
--- a/indra/newview/llviewerregion.h
+++ b/indra/newview/llviewerregion.h
@@ -392,6 +392,7 @@ public:
LLDynamicArray<LLUUID> mMapAvatarIDs;
static LLViewerRegion* sCurRegionp;
+ static BOOL sVOCacheCullingEnabled; //vo cache culling enabled or not.
private:
LLViewerRegionImpl * mImpl;