diff options
author | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
commit | 3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch) | |
tree | 504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llviewerregion.h | |
parent | Second Life viewer sources 1.18.4.3 (diff) | |
download | meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2 meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz |
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to 'linden/indra/newview/llviewerregion.h')
-rw-r--r-- | linden/indra/newview/llviewerregion.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerregion.h b/linden/indra/newview/llviewerregion.h index d759361..013a96f 100644 --- a/linden/indra/newview/llviewerregion.h +++ b/linden/indra/newview/llviewerregion.h | |||
@@ -240,6 +240,9 @@ public: | |||
240 | 240 | ||
241 | friend std::ostream& operator<<(std::ostream &s, const LLViewerRegion ®ion); | 241 | friend std::ostream& operator<<(std::ostream &s, const LLViewerRegion ®ion); |
242 | 242 | ||
243 | // used by LCD to get details for debug screen | ||
244 | U32 getNetDetailsForLCD(); | ||
245 | |||
243 | public: | 246 | public: |
244 | struct CompareDistance | 247 | struct CompareDistance |
245 | { | 248 | { |