diff options
Diffstat (limited to 'indra/newview/llhudnametag.h')
-rw-r--r-- | indra/newview/llhudnametag.h | 4 |
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; } |