diff --git a/src/OT/glyf/SimpleGlyph.hh b/src/OT/glyf/SimpleGlyph.hh index e87851b79..6c3a18ec9 100644 --- a/src/OT/glyf/SimpleGlyph.hh +++ b/src/OT/glyf/SimpleGlyph.hh @@ -124,7 +124,7 @@ struct SimpleGlyph const simple_glyph_flag_t short_flag, const simple_glyph_flag_t same_flag) { - float v = 0; + int v = 0; unsigned count = points_.length; for (unsigned i = 0; i < count; i++)