summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-08-30 18:51:48 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-09-04 10:16:46 +0300
commit5c64e5e13d9a75cac510aac3128fc6ee780ab243 (patch)
treed517f35e1adcf8a2f0f624bbb180cf58fa73d6cd /indra/newview
parenta638d9610d9f369eca6dff74e8860ca466c253c7 (diff)
viewer#2411 LLFontGL::render optimizations #3
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llhudnametag.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llhudnametag.h b/indra/newview/llhudnametag.h
index b48a606982..0a882ac273 100644
--- a/indra/newview/llhudnametag.h
+++ b/indra/newview/llhudnametag.h
@@ -59,7 +59,9 @@ protected:
: mColor(color),
mStyle(style),
mText(text),
- mFont(font)
+ mFont(font),
+ mFontBufferLabel(false),
+ mFontBufferText(false)
{}
F32 getWidth(const LLFontGL* font);
const LLWString& getText() const { return mText; }