[matcher] Simplify logic

Another test fails now. Needs to be investigated.
This commit is contained in:
Behdad Esfahbod 2023-12-02 07:09:16 -05:00
parent 0edab286ee
commit a79e372935

View file

@ -522,10 +522,7 @@ struct hb_ot_apply_context_t :
{
idx = start_index_;
end = c->buffer->len;
if (per_syllable)
matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
else
matcher.set_syllable (0);
matcher.set_syllable (per_syllable ? c->buffer->cur().syllable () : 0);
}
#ifndef HB_OPTIMIZE_SIZE