summaryrefslogtreecommitdiff
path: root/indra/llrender/llfontvertexbuffer.h
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2025-02-25 09:45:04 -0500
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2025-02-25 09:45:04 -0500
commit42e219fb0433e92b51dfbc8daad06044f41fa4c4 (patch)
tree3eb0003a77226320cc2394b3db3ebabb981c5609 /indra/llrender/llfontvertexbuffer.h
parent1754aea5ff8f8a78f5a25e6652692eee7df4ff23 (diff)
parentca079bc14911ddca631167e078deab6d35224f23 (diff)
Merge branch 'release/2024.12-ForeverFPS' into release/2025.03
Diffstat (limited to 'indra/llrender/llfontvertexbuffer.h')
-rw-r--r--indra/llrender/llfontvertexbuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llfontvertexbuffer.h b/indra/llrender/llfontvertexbuffer.h
index d5e1280dbf..a9e1e2337c 100644
--- a/indra/llrender/llfontvertexbuffer.h
+++ b/indra/llrender/llfontvertexbuffer.h
@@ -122,7 +122,7 @@ private:
// Adding new characters to bitmap cache can alter value from getBitmapWidth();
// which alters whole string. So rerender when new characters were added to cache.
- S32 mLastFontGlyphCount = 0;
+ S32 mLastFontCacheGen = 0;
static bool sEnableBufferCollection;
};