forked from minhngoc25a/freetype2
Triage 8ea854bfe9
.
This commit is contained in:
parent
8ea854bfe9
commit
b77826e139
|
@ -1574,7 +1574,7 @@
|
|||
FT_F26Dot6 value )
|
||||
{
|
||||
exc->cvt[idx] = ADD_LONG( exc->cvt[idx],
|
||||
FT_DivFix( value, Current_Ratio( exc ) );
|
||||
FT_DivFix( value, Current_Ratio( exc ) ) );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue