[susbet/cff] Reuse iterator

This commit is contained in:
Behdad Esfahbod 2023-06-04 15:11:17 -06:00
parent f5b8284633
commit 887f299351

View file

@ -90,7 +90,7 @@ struct CFFIndex
*ret = *it;
continue;
}
hb_iter (_).copy (c);
it.copy (c);
}
return_trace (true);
}