diff options
Diffstat (limited to 'indra/newview/llworld.h')
-rw-r--r-- | indra/newview/llworld.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llworld.h b/indra/newview/llworld.h index e634459acd..a3cf874cfa 100644 --- a/indra/newview/llworld.h +++ b/indra/newview/llworld.h @@ -138,6 +138,7 @@ public: LLViewerImage *getDefaultWaterTexture(); void updateWaterObjects(); + void shiftRegions(const LLVector3& offset); void setSpaceTimeUSec(const U64 space_time_usec); U64 getSpaceTimeUSec() const; @@ -150,6 +151,8 @@ public: region_list_t mActiveRegionList; LLViewerPartSim mPartSim; + region_list_t& getRegionList() { return mActiveRegionList; } + private: region_list_t mRegionList; region_list_t mVisibleRegionList; |