summaryrefslogtreecommitdiff
path: root/indra/newview/llworld.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llworld.h')
-rw-r--r--indra/newview/llworld.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llworld.h b/indra/newview/llworld.h
index 71d7a02322..0d0d1b3211 100644
--- a/indra/newview/llworld.h
+++ b/indra/newview/llworld.h
@@ -95,7 +95,7 @@ public:
F32 getRegionMinHeight() const { return -mWidthInMeters; }
F32 getRegionMaxHeight() const { return 3.f*mWidthInMeters; }
- void updateRegions();
+ void updateRegions(F32 max_update_time);
void updateVisibilities();
void updateParticles();
void updateClouds(const F32 dt);
@@ -140,7 +140,6 @@ private:
const F32 mWidthInMeters;
F32 mLandFarClip; // Far clip distance for land.
- F32 mIdleUpdateTime;
LLPatchVertexArray mLandPatch;
S32 mLastPacketsIn;
S32 mLastPacketsOut;