[gsubgpos] Fix residual from 5af80f349c

pull/4324/head
Behdad Esfahbod 2 years ago
parent 4e641103d4
commit c2f454c7e2
  1. 2
      src/hb-ot-layout-gsubgpos.hh

@ -3643,7 +3643,7 @@ struct ChainContextFormat2_5
/* match_class_caches1 is slightly faster. Use it for lookahead,
* which is typically longer. */
struct ChainContextApplyLookupContext lookup_context = {
{{cached && &backtrack_class_def == &lookahead_class_def ? match_class_cached : match_class,
{{match_class,
cached ? match_class_cached2 : match_class,
cached ? match_class_cached1 : match_class}},
{&backtrack_class_def,

Loading…
Cancel
Save