diff options
Diffstat (limited to 'linden/indra/newview/llworld.h')
-rw-r--r-- | linden/indra/newview/llworld.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llworld.h b/linden/indra/newview/llworld.h index 964729d..5dbef6d 100644 --- a/linden/indra/newview/llworld.h +++ b/linden/indra/newview/llworld.h | |||
@@ -71,7 +71,7 @@ public: | |||
71 | LLWorld(); | 71 | LLWorld(); |
72 | void destroyClass(); | 72 | void destroyClass(); |
73 | 73 | ||
74 | LLViewerRegion* addRegion(const U64 ®ion_handle, const LLHost &host); | 74 | LLViewerRegion* addRegion(const U64 ®ion_handle, const LLHost &host, const U32 ®ion_size_x, const U32 ®ion_size_y); |
75 | // safe to call if already present, does the "right thing" if | 75 | // safe to call if already present, does the "right thing" if |
76 | // hosts are same, or if hosts are different, etc... | 76 | // hosts are same, or if hosts are different, etc... |
77 | void removeRegion(const LLHost &host); | 77 | void removeRegion(const LLHost &host); |
@@ -171,12 +171,12 @@ private: | |||
171 | region_list_t mCulledRegionList; | 171 | region_list_t mCulledRegionList; |
172 | 172 | ||
173 | // Number of points on edge | 173 | // Number of points on edge |
174 | static const U32 mWidth; | 174 | static U32 mWidth; |
175 | 175 | ||
176 | // meters/point, therefore mWidth * mScale = meters per edge | 176 | // meters/point, therefore mWidth * mScale = meters per edge |
177 | static const F32 mScale; | 177 | static const F32 mScale; |
178 | 178 | ||
179 | static const F32 mWidthInMeters; | 179 | static F32 mWidthInMeters; |
180 | 180 | ||
181 | F32 mLandFarClip; // Far clip distance for land. | 181 | F32 mLandFarClip; // Far clip distance for land. |
182 | LLPatchVertexArray mLandPatch; | 182 | LLPatchVertexArray mLandPatch; |