diff options
Diffstat (limited to 'src/font.cpp')
| -rw-r--r-- | src/font.cpp | 2 |
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;) { |
