Don't reload font_provider_data's cache (since we don't have that swapped yet)

This commit is contained in:
2024-05-26 12:23:50 -04:00
parent 797ab227e9
commit 0d2c5e478b
2 changed files with 3 additions and 1 deletions

View File

@ -394,7 +394,7 @@ reload :: proc( prof : ^SpallProfiler, persistent_mem, frame_mem, transient_mem,
slab_reload( persistent_slab, persistent_allocator() )
hmap_chained_reload( font_provider_data.font_cache, persistent_allocator())
// hmap_chained_reload( font_provider_data.font_cache, persistent_allocator())
slab_reload( string_cache.slab, persistent_allocator() )
zpl_hmap_reload( & string_cache.table, persistent_slab_allocator())