[aat] Initialize values

This commit is contained in:
Behdad Esfahbod 2023-01-12 10:44:08 -07:00
parent e78a68bf46
commit 8c83de1396
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ struct hb_aat_map_builder_t
public:
hb_sorted_vector_t<feature_range_t> features;
hb_sorted_vector_t<feature_info_t> current_features;
unsigned range_first;
unsigned range_last;
unsigned range_first = HB_FEATURE_GLOBAL_START;
unsigned range_last = HB_FEATURE_GLOBAL_END;
};