[subset/hmtx] Micro-optimize

This commit is contained in:
Behdad Esfahbod 2023-06-02 16:15:05 -06:00
parent ec8965e432
commit cd249d2364

View file

@ -212,7 +212,7 @@ struct hmtxvmtx
{
if (new_gid != new_to_old_gid_list[j].first)
return hb_pair (0u, 0);
unsigned old_gid = new_to_old_gid_list[j].second;
unsigned old_gid = new_to_old_gid_list.arrayZ[j].second;
j++;
hb_pair_t<unsigned, int> *v = nullptr;