pull/4255/head
Qunxin Liu 1 year ago committed by Behdad Esfahbod
parent aa7dd70a86
commit 1ae99d1a10
  1. 2
      src/hb-ot-var-common.hh

@ -378,7 +378,7 @@ struct TupleVariationData
unsigned get_size (unsigned axis_count) const
{
unsigned total_size = min_size;
unsigned count = tupleVarCount;
unsigned count = tupleVarCount.get_count ();
const TupleVariationHeader *tuple_var_header = &(get_tuple_var_header());
for (unsigned i = 0; i < count; i++)
{

Loading…
Cancel
Save