summaryrefslogtreecommitdiff
path: root/indra/newview/llhudtext.h
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2024-10-01 12:44:13 -0700
committerBrad Linden <brad@lindenlab.com>2024-10-01 12:44:13 -0700
commit002a81ccf5a64fd08e29811a6edea36f2e0408be (patch)
tree1ca8b593778d904d5f280aff94be2288d73567af /indra/newview/llhudtext.h
parent59ed2d55a1d84ecf879ff564aaf02744f2dc7c7a (diff)
parent690f099519e155220535e07539238139b16da99f (diff)
Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into develop
Diffstat (limited to 'indra/newview/llhudtext.h')
-rw-r--r--indra/newview/llhudtext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudtext.h b/indra/newview/llhudtext.h
index 224677736c..3bc33f1478 100644
--- a/indra/newview/llhudtext.h
+++ b/indra/newview/llhudtext.h
@@ -67,6 +67,7 @@ protected:
LLColor4 mColor;
LLFontGL::StyleFlags mStyle;
const LLFontGL* mFont;
+ LLFontVertexBuffer mFontBuffer;
private:
LLWString mText;
std::map<const LLFontGL*, F32> mFontWidthMap;
@@ -162,7 +163,6 @@ private:
ETextAlignment mTextAlignment;
EVertAlignment mVertAlignment;
bool mHidden;
- LLFontVertexBuffer mFontBuffer;
static bool sDisplayText ;
static std::set<LLPointer<LLHUDText> > sTextObjects;