Minor
This commit is contained in:
parent
4e4ef24e46
commit
6cf63132dc
|
@ -197,7 +197,7 @@ struct hb_mask_allocator_t {
|
||||||
map->tag = info->tag;
|
map->tag = info->tag;
|
||||||
map->index = feature_index;
|
map->index = feature_index;
|
||||||
if (info->global && info->value == 1) {
|
if (info->global && info->value == 1) {
|
||||||
/* Uses the global bit */
|
/* Use the global bit */
|
||||||
map->shift = 0;
|
map->shift = 0;
|
||||||
map->mask = 1;
|
map->mask = 1;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue