summaryrefslogtreecommitdiff
path: root/src/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.cpp')
-rw-r--r--src/font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.cpp b/src/font.cpp
index cce683b..927f806 100644
--- a/src/font.cpp
+++ b/src/font.cpp
@@ -808,7 +808,7 @@ FontRenderHandle FontType_AddStringRender(FontTypeIndex idx_ft, const pk_cstr &&
// insert new characters into tmp buffer
{
pk_arr_t<uint32_t> glyph_indices{};
- glyph_indices.bkt = pkeSettings.mem.bkt;
+ glyph_indices.bkt = pkeSettings.mem_bkt.game_transient;
pk_arr_reserve(&glyph_indices, str.length);
count = 0;
for (i = 0; i < str.length;) {