diff options
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 | { |