summaryrefslogtreecommitdiff
path: root/src/smooth/ftsmooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/smooth/ftsmooth.c')
-rw-r--r--src/smooth/ftsmooth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smooth/ftsmooth.c b/src/smooth/ftsmooth.c
index 061d251b1..fd12e666a 100644
--- a/src/smooth/ftsmooth.c
+++ b/src/smooth/ftsmooth.c
@@ -207,10 +207,10 @@
if ( vmul )
{
- cbox.yMax += lcd_weights[0] ? 43
- : lcd_weights[1] ? 22 : 0;
- cbox.yMin -= lcd_weights[4] ? 43
+ cbox.yMax += lcd_weights[4] ? 43
: lcd_weights[3] ? 22 : 0;
+ cbox.yMin -= lcd_weights[0] ? 43
+ : lcd_weights[1] ? 22 : 0;
}
}
#endif