use {} rather than {0}
This commit is contained in:
parent
2e50b517e1
commit
b198d94489
|
@ -214,7 +214,7 @@ struct COLR
|
|||
if (unlikely (!old_record))
|
||||
return hb_pair_t<bool, BaseGlyphRecord> (false, Null (BaseGlyphRecord));
|
||||
|
||||
BaseGlyphRecord new_record = {0};
|
||||
BaseGlyphRecord new_record = {};
|
||||
new_record.glyphId = new_gid;
|
||||
new_record.numLayers = old_record->numLayers;
|
||||
return hb_pair_t<bool, BaseGlyphRecord> (true, new_record);
|
||||
|
|
Loading…
Reference in New Issue