[aat] Comment

This commit is contained in:
Behdad Esfahbod 2023-01-10 12:17:38 -07:00
parent 0e11d317ee
commit 8b17c6ca30
2 changed files with 2 additions and 0 deletions

View File

@ -790,6 +790,7 @@ struct StateTableDriver
auto *last_range = ac->range_flags && (ac->range_flags->length > 1) ? &(*ac->range_flags)[0] : nullptr;
for (buffer->idx = 0; buffer->successful;)
{
/* This block is copied in NoncontextualSubtable::apply. Keep in sync. */
if (last_range)
{
auto *range = last_range;

View File

@ -622,6 +622,7 @@ struct NoncontextualSubtable
auto *last_range = c->range_flags && (c->range_flags->length > 1) ? &(*c->range_flags)[0] : nullptr;
for (unsigned int i = 0; i < count; i++)
{
/* This block copied from StateTableDriver::drive. Keep in sync. */
if (last_range)
{
auto *range = last_range;