[glyf] Minor use operator ++
This commit is contained in:
parent
03e6bde790
commit
d47cfe7936
|
@ -240,7 +240,7 @@ struct SimpleGlyph
|
|||
{
|
||||
if (flag == lastflag && repeat != 255)
|
||||
{
|
||||
repeat = repeat + 1;
|
||||
repeat++;
|
||||
if (repeat == 1)
|
||||
{
|
||||
flags.push(flag);
|
||||
|
|
Loading…
Reference in New Issue