mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[avar] Minor move code around
This commit is contained in:
parent
826639fab2
commit
ee18ae3b76
1 changed files with 2 additions and 3 deletions
|
@ -206,11 +206,10 @@ struct avar
|
|||
v = hb_clamp (v, -(1<<14), +(1<<14));
|
||||
out.push (v);
|
||||
}
|
||||
|
||||
OT::VariationStore::destroy_cache (var_store_cache);
|
||||
|
||||
for (unsigned i = 0; i < coords_length; i++)
|
||||
coords[i] = out[i];
|
||||
|
||||
OT::VariationStore::destroy_cache (var_store_cache);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue