[bit-set] Micro-optimize size

It's silly that this saves size at all. :(
This commit is contained in:
Behdad Esfahbod 2022-11-24 14:30:18 -07:00
parent cf9b9929df
commit fe5d9176ae
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ struct hb_bit_set_t
for (; i < page_map.length; i++)
{
const page_map_t &current = page_map.arrayZ[i];
const page_map_t &current = page_map_array[i];
hb_codepoint_t m = pages_array[current.index].get_min ();
if (m != INVALID)
{