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