提交 ecc4550e 编写于 作者: B Behdad Esfahbod

Fix feature overriding

上级 8f08c327
......@@ -152,7 +152,7 @@ struct hb_mask_allocator_t {
if (feature_infos[i].global)
feature_infos[j] = feature_infos[i];
else {
feature_infos[j].global = feature_infos[j].global && (feature_infos[j].value == feature_infos[i].value);
feature_infos[j].global = false;
feature_infos[j].value = MAX (feature_infos[j].value, feature_infos[i].value);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册