diff --git a/src/hb-aat-layout-common.hh b/src/hb-aat-layout-common.hh index 76ba98997..516a72210 100644 --- a/src/hb-aat-layout-common.hh +++ b/src/hb-aat-layout-common.hh @@ -778,7 +778,7 @@ struct StateTableDriver } if (unlikely (!c->transition (this, entry))) - break; + ;//break; Ignore error. state = machine.new_state (entry.newState); DEBUG_MSG (APPLY, nullptr, "s%d", state);