[subset-cff] Micro-optimize array access

This commit is contained in:
Behdad Esfahbod 2022-11-23 12:56:13 -07:00
parent 1e8f1ac677
commit a23f820427
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ struct subr_subsetter_t
}
for (unsigned int i = 0; i < count; i++)
{
const parsed_cs_op_t &opstr = str.values[i];
const parsed_cs_op_t &opstr = str.values.arrayZ[i];
if (!opstr.for_drop () && !opstr.for_skip ())
{
switch (opstr.op)