diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-12-15 14:56:47 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-01-12 10:17:30 +0200 |
commit | b63aced768e1960cb4c768ee10beaa675d91a795 (patch) | |
tree | 1f6bbdc65316c3ef4d4488cb1907283499f5260a /thirdparty/harfbuzz/src/hb-ot-layout.cc | |
parent | e664d195cbaa5ebc7a9926a8afc432296ff08588 (diff) |
HarfBuzz: Update to version 3.2.0
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-ot-layout.cc')
-rw-r--r-- | thirdparty/harfbuzz/src/hb-ot-layout.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/harfbuzz/src/hb-ot-layout.cc b/thirdparty/harfbuzz/src/hb-ot-layout.cc index 4e1d23eba5..60733648c1 100644 --- a/thirdparty/harfbuzz/src/hb-ot-layout.cc +++ b/thirdparty/harfbuzz/src/hb-ot-layout.cc @@ -1530,6 +1530,7 @@ hb_ot_layout_lookups_substitute_closure (hb_face_t *face, unsigned int glyphs_length; do { + c.reset_lookup_visit_count (); glyphs_length = glyphs->get_population (); if (lookups) { |