diff options
Diffstat (limited to 'linden/indra/newview/llworld.h')
-rw-r--r-- | linden/indra/newview/llworld.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llworld.h b/linden/indra/newview/llworld.h index 6645b94..b10b287 100644 --- a/linden/indra/newview/llworld.h +++ b/linden/indra/newview/llworld.h | |||
@@ -114,7 +114,7 @@ public: | |||
114 | F32 getRegionMinHeight() const { return -mWidthInMeters; } | 114 | F32 getRegionMinHeight() const { return -mWidthInMeters; } |
115 | F32 getRegionMaxHeight() const { return 3.f*mWidthInMeters; } | 115 | F32 getRegionMaxHeight() const { return 3.f*mWidthInMeters; } |
116 | 116 | ||
117 | void updateRegions(); | 117 | void updateRegions(F32 max_update_time); |
118 | void updateVisibilities(); | 118 | void updateVisibilities(); |
119 | void updateParticles(); | 119 | void updateParticles(); |
120 | void updateClouds(const F32 dt); | 120 | void updateClouds(const F32 dt); |
@@ -159,7 +159,6 @@ private: | |||
159 | const F32 mWidthInMeters; | 159 | const F32 mWidthInMeters; |
160 | 160 | ||
161 | F32 mLandFarClip; // Far clip distance for land. | 161 | F32 mLandFarClip; // Far clip distance for land. |
162 | F32 mIdleUpdateTime; | ||
163 | LLPatchVertexArray mLandPatch; | 162 | LLPatchVertexArray mLandPatch; |
164 | S32 mLastPacketsIn; | 163 | S32 mLastPacketsIn; |
165 | S32 mLastPacketsOut; | 164 | S32 mLastPacketsOut; |