mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
parent
6788932d81
commit
197bb35972
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ _solve (Triple tent, Triple axisLimit, bool negative = false)
|
|||
|
||||
// Eternity justify.
|
||||
Triple loc2 {upper, axisMax, axisMax};
|
||||
float scalar2 = outGain;
|
||||
float scalar2 = 0.f;
|
||||
|
||||
out.push (hb_pair (scalar1 - gain, loc1));
|
||||
out.push (hb_pair (scalar2 - gain, loc2));
|
||||
|
|
Loading…
Add table
Reference in a new issue