mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset/hmtx] Micro-optimize
This commit is contained in:
parent
ec8965e432
commit
cd249d2364
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue