Fix hb_face_set_index()
This commit is contained in:
parent
93345edcbe
commit
d993e72331
|
@ -729,7 +729,7 @@ hb_face_set_index (hb_face_t *face,
|
||||||
if (hb_object_is_inert (face))
|
if (hb_object_is_inert (face))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
face->index = 0;
|
face->index = index;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int
|
unsigned int
|
||||||
|
|
Loading…
Reference in New Issue