diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-09-30 18:28:00 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-10-02 19:25:11 +0300 |
commit | 83a4d86ecf741b5d97c6fd6cbc10d57eb4619699 (patch) | |
tree | 7f37beaaf1fd8815a0a7fabc492bffd6fa9fa944 /indra/newview/llhudtext.h | |
parent | 3bbcc4b16575ac684074d1a5a9f1fc33f8fa5286 (diff) |
viewer#2762 Restore LLFontVertexBuffer for HUD
Diffstat (limited to 'indra/newview/llhudtext.h')
-rw-r--r-- | indra/newview/llhudtext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llhudtext.h b/indra/newview/llhudtext.h index 3bc33f1478..4c850e2d91 100644 --- a/indra/newview/llhudtext.h +++ b/indra/newview/llhudtext.h @@ -68,6 +68,7 @@ protected: LLFontGL::StyleFlags mStyle; const LLFontGL* mFont; LLFontVertexBuffer mFontBuffer; + LLFontVertexBuffer mFontBufferText; private: LLWString mText; std::map<const LLFontGL*, F32> mFontWidthMap; @@ -153,6 +154,7 @@ private: const LLFontGL* mBoldFontp; LLRectf mSoftScreenRect; LLVector3 mPositionAgent; + LLVector3 mLastRenderPosition; LLVector2 mPositionOffset; LLVector2 mTargetPositionOffset; F32 mMass; |