diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-02-11 22:57:53 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-02-11 23:59:42 +0200 |
commit | e708d69fb09963c4829dc6cd095b3e174e268b60 (patch) | |
tree | 697c6d7a7a25a1a592aa20ea663dd5c52660eb81 /indra/llrender/llfontfreetype.h | |
parent | d450295cf517784744552acb2e885a1657a60f7e (diff) |
#3332 Fix buffers not accounting for dynamic cache values
And fix previous lapse of judgement with GLYPH_BATCH_SIZE
Diffstat (limited to 'indra/llrender/llfontfreetype.h')
-rw-r--r-- | indra/llrender/llfontfreetype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llfontfreetype.h b/indra/llrender/llfontfreetype.h index 1ad795060a..a2d925c5f6 100644 --- a/indra/llrender/llfontfreetype.h +++ b/indra/llrender/llfontfreetype.h @@ -148,6 +148,7 @@ public: void setStyle(U8 style); U8 getStyle() const; + S32 getAddedGlyphs() const { return mAddGlyphCount; } private: void resetBitmapCache(); |