summaryrefslogtreecommitdiff
path: root/indra/newview/llworld.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-09-25 16:40:05 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-09-25 16:40:05 -0600
commit456ff3949a28542ecd89ec23b0287b55a166529f (patch)
treea61697eeacdddce1c640533d71cd3def46192d77 /indra/newview/llworld.h
parentb16fb80906b4098b68d8f555998f42a3017ee095 (diff)
fix for SH-4295: Interesting: Teleporting to previous location leave some objects invisible.
Diffstat (limited to 'indra/newview/llworld.h')
-rwxr-xr-xindra/newview/llworld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llworld.h b/indra/newview/llworld.h
index 287e41d323..b2d8418064 100755
--- a/indra/newview/llworld.h
+++ b/indra/newview/llworld.h
@@ -147,6 +147,7 @@ public:
void getInfo(LLSD& info);
U32 getNumOfActiveCachedObjects() const {return mNumOfActiveCachedObjects;}
+ void clearAllVisibleObjects();
public:
typedef std::list<LLViewerRegion*> region_list_t;
const region_list_t& getRegionList() const { return mActiveRegionList; }