[glyf] Fix compiler warning

pull/3793/head
Behdad Esfahbod 3 years ago
parent 82dc23f2a1
commit 84d33a1ed8
  1. 2
      src/OT/glyf/SimpleGlyph.hh

@ -285,7 +285,7 @@ struct SimpleGlyph
x_coords.alloc (2*num_points);
y_coords.alloc (2*num_points);
uint8_t lastflag, repeat = 0;
uint8_t lastflag = 0, repeat = 0;
for (unsigned i = 0; i < num_points; i++)
{

Loading…
Cancel
Save