[ot-layout] Comment
This commit is contained in:
parent
a792e16e48
commit
bf2a845a17
|
@ -1477,7 +1477,7 @@ static inline void apply_lookup (hb_ot_apply_context_t *c,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* NOTE: delta is negative. */
|
/* NOTE: delta is non-positive. */
|
||||||
delta = hb_max (delta, (int) next - (int) count);
|
delta = hb_max (delta, (int) next - (int) count);
|
||||||
next -= delta;
|
next -= delta;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue