summaryrefslogtreecommitdiffstats
path: root/src/autofit/afwarp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/autofit/afwarp.c')
-rw-r--r--src/autofit/afwarp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autofit/afwarp.c b/src/autofit/afwarp.c
index d0d4850..34a97ff 100644
--- a/src/autofit/afwarp.c
+++ b/src/autofit/afwarp.c
@@ -352,7 +352,7 @@
{
FT_Fixed best_scale = warper->best_scale;
FT_Pos best_delta = warper->best_delta;
-
+
hints->xmin_delta = FT_MulFix( X1, best_scale - org_scale )
+ best_delta;