[aat] Clear buffer glyph set

Should be clear already but no harm.
This commit is contained in:
Behdad Esfahbod 2025-03-12 19:13:14 -06:00
parent 54962b3fce
commit b1a9219ac5

View file

@ -98,7 +98,10 @@ struct hb_aat_apply_context_t :
using_buffer_glyph_set = buffer->len >= 4;
if (using_buffer_glyph_set)
{
buffer_glyph_set.clear ();
buffer->collect_codepoints (buffer_glyph_set);
}
}
bool buffer_intersects_machine () const
{