minor, debug bit, ops
This commit is contained in:
parent
f253f06cf3
commit
f745777c60
|
@ -3160,7 +3160,6 @@ struct GSUBGPOS
|
||||||
if (unlikely (!this->accels))
|
if (unlikely (!this->accels))
|
||||||
this->lookup_count = 0;
|
this->lookup_count = 0;
|
||||||
|
|
||||||
printf ("%d\n", lookup_count);
|
|
||||||
for (unsigned int i = 0; i < this->lookup_count; i++)
|
for (unsigned int i = 0; i < this->lookup_count; i++)
|
||||||
this->accels[i].init (table->get_lookup (i));
|
this->accels[i].init (table->get_lookup (i));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue