[GPOS] Add harmless recursion in fix_mark_attachment()
Will do nothing. Just useful for merging two functions.
This commit is contained in:
parent
686567baab
commit
b0b11614e9
|
@ -1579,6 +1579,8 @@ fix_mark_attachment (hb_glyph_position_t *pos, unsigned int i, hb_direction_t di
|
|||
|
||||
unsigned int j = (int) i + chain;
|
||||
|
||||
fix_mark_attachment (pos, j, direction);
|
||||
|
||||
|
||||
pos[i].x_offset += pos[j].x_offset;
|
||||
pos[i].y_offset += pos[j].y_offset;
|
||||
|
|
Loading…
Reference in New Issue