Oops, remove extra mask setting that broke complex shaping
This commit is contained in:
parent
502f4cba3e
commit
248e3c2ba4
|
@ -88,8 +88,6 @@ hb_ot_shape_setup_masks (hb_ot_shape_context_t *c)
|
||||||
|
|
||||||
hb_ot_shape_complex_setup_masks (c);
|
hb_ot_shape_complex_setup_masks (c);
|
||||||
|
|
||||||
c->buffer->reset_masks (global_mask);
|
|
||||||
|
|
||||||
for (unsigned int i = 0; i < c->num_user_features; i++)
|
for (unsigned int i = 0; i < c->num_user_features; i++)
|
||||||
{
|
{
|
||||||
const hb_feature_t *feature = &c->user_features[i];
|
const hb_feature_t *feature = &c->user_features[i];
|
||||||
|
|
Loading…
Reference in New Issue