[avar] Minor move code around
This commit is contained in:
parent
826639fab2
commit
ee18ae3b76
|
@ -206,11 +206,10 @@ struct avar
|
||||||
v = hb_clamp (v, -(1<<14), +(1<<14));
|
v = hb_clamp (v, -(1<<14), +(1<<14));
|
||||||
out.push (v);
|
out.push (v);
|
||||||
}
|
}
|
||||||
|
|
||||||
OT::VariationStore::destroy_cache (var_store_cache);
|
|
||||||
|
|
||||||
for (unsigned i = 0; i < coords_length; i++)
|
for (unsigned i = 0; i < coords_length; i++)
|
||||||
coords[i] = out[i];
|
coords[i] = out[i];
|
||||||
|
|
||||||
|
OT::VariationStore::destroy_cache (var_store_cache);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue