diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-06-05 10:50:24 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-06-05 10:50:24 -0400 |
| commit | 55c518b2922a2d8a41212a952a68c17c7c9a3f8b (patch) | |
| tree | 31cc135bc18bf11893d5ca3bca47c9ee27bf141f /src/font.cpp | |
| parent | b0b1159780311c7c8ca9a9d41d11794e91e8895c (diff) | |
pk.h: update to 0.6.0 + handle breaking changes
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;) { |
