fix typo with harfbuzz interface

This commit is contained in:
2024-07-01 01:21:57 -04:00
parent 1199daaa74
commit 8a7f615ebf

View File

@@ -35,7 +35,7 @@ shaper_init :: proc( ctx : ^ShaperContext )
shaper_shutdown :: proc( ctx : ^ShaperContext )
{
if ctx.hb_buffer != nil {
harfbuzz.buffer_destory( ctx.hb_buffer )
harfbuzz.buffer_destroy( ctx.hb_buffer )
}
// delete(& ctx.infos)