[ot-layout] Comment

pull/3509/head
Behdad Esfahbod 3 years ago
parent a792e16e48
commit bf2a845a17
  1. 2
      src/hb-ot-layout-gsubgpos.hh

@ -1477,7 +1477,7 @@ static inline void apply_lookup (hb_ot_apply_context_t *c,
}
else
{
/* NOTE: delta is negative. */
/* NOTE: delta is non-positive. */
delta = hb_max (delta, (int) next - (int) count);
next -= delta;
}

Loading…
Cancel
Save