aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llworld.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llworld.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-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.h3
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;