mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[coord-setter] Increase static array size
This commit is contained in:
parent
a058a1f223
commit
2c5ab14aaa
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ struct coord_setter_t
|
|||
{ return dynamic_coords ? dynamic_coords.as_array () : hb_array (static_coords, length); }
|
||||
|
||||
unsigned length;
|
||||
int static_coords[32];
|
||||
int static_coords[64];
|
||||
hb_vector_t<int> dynamic_coords;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue