summaryrefslogtreecommitdiff
path: root/indra/llrender/llfontbitmapcache.cpp
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@lindenlab.com>2025-02-24 17:19:55 -0500
committerGitHub <noreply@github.com>2025-02-24 17:19:55 -0500
commit62cf4781af0363c551a2e09710682cad57bdf294 (patch)
tree78d884577e9b6d158fb430eefeff08f3121e4617 /indra/llrender/llfontbitmapcache.cpp
parent3dde346975526d7830886a112b654bd12adfd662 (diff)
parent5b968b7209d5e104e4b6152b8fc0fbbb37d1674a (diff)
Merge branch 'release/2024.12-ForeverFPS' into geenz/eep-setting-fixes
Diffstat (limited to 'indra/llrender/llfontbitmapcache.cpp')
-rw-r--r--indra/llrender/llfontbitmapcache.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llrender/llfontbitmapcache.cpp b/indra/llrender/llfontbitmapcache.cpp
index 83f5d31186..6a3af1e608 100644
--- a/indra/llrender/llfontbitmapcache.cpp
+++ b/indra/llrender/llfontbitmapcache.cpp
@@ -141,6 +141,7 @@ bool LLFontBitmapCache::nextOpenPos(S32 width, S32& pos_x, S32& pos_y, EFontGlyp
bitmap_num = getNumBitmaps(bitmap_type) - 1;
mCurrentOffsetX[bitmap_idx] += width + 1;
+ mGeneration++;
return true;
}
@@ -168,6 +169,7 @@ void LLFontBitmapCache::reset()
mBitmapWidth = 0;
mBitmapHeight = 0;
+ mGeneration++;
}
//static