[Glyph] Add missing break

pull/4214/head
Behdad Esfahbod 2 years ago
parent e5dfb6a4b6
commit 5b0d818128
  1. 1
      src/OT/glyf/Glyph.hh

@ -328,6 +328,7 @@ struct Glyph
{
for (auto &item : get_var_composite_iterator ())
if (unlikely (!item.get_points (points))) return false;
break;
}
#endif
case EMPTY:

Loading…
Cancel
Save