Undo accidental change

This commit is contained in:
Behdad Esfahbod 2016-04-26 16:42:25 -07:00
parent b20305022a
commit 7e2da035f6
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ collect_features_arabic (hb_ot_shape_planner_t *plan)
{
bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]);
map->add_feature (arabic_features[i], 1, has_fallback ? F_HAS_FALLBACK : F_NONE);
//map->add_gsub_pause (NULL);
map->add_gsub_pause (NULL);
}
map->add_feature (HB_TAG('r','l','i','g'), 1, F_GLOBAL|F_HAS_FALLBACK);