diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llhudtext.h | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2 meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz |
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/llhudtext.h')
-rw-r--r-- | linden/indra/newview/llhudtext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llhudtext.h b/linden/indra/newview/llhudtext.h index 47dc5a7..bd4da88 100644 --- a/linden/indra/newview/llhudtext.h +++ b/linden/indra/newview/llhudtext.h | |||
@@ -124,6 +124,7 @@ public: | |||
124 | static void renderAllHUD(); | 124 | static void renderAllHUD(); |
125 | static void addPickable(std::set<LLViewerObject*> &pick_list); | 125 | static void addPickable(std::set<LLViewerObject*> &pick_list); |
126 | static void reshape(); | 126 | static void reshape(); |
127 | static void setDisplayText(BOOL flag) { sDisplayText = flag ; } | ||
127 | protected: | 128 | protected: |
128 | LLHUDText(const U8 type); | 129 | LLHUDText(const U8 type); |
129 | 130 | ||
@@ -170,6 +171,7 @@ private: | |||
170 | S32 mLOD; | 171 | S32 mLOD; |
171 | BOOL mHidden; | 172 | BOOL mHidden; |
172 | 173 | ||
174 | static BOOL sDisplayText ; | ||
173 | static std::set<LLPointer<LLHUDText> > sTextObjects; | 175 | static std::set<LLPointer<LLHUDText> > sTextObjects; |
174 | static std::vector<LLPointer<LLHUDText> > sVisibleTextObjects; | 176 | static std::vector<LLPointer<LLHUDText> > sVisibleTextObjects; |
175 | static std::vector<LLPointer<LLHUDText> > sVisibleHUDTextObjects; | 177 | static std::vector<LLPointer<LLHUDText> > sVisibleHUDTextObjects; |