diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llworld.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to '')
-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; |