small tweaks

This commit is contained in:
phyto
2021-05-05 10:21:47 +02:00
parent f19b526597
commit f6b4a960b2
2 changed files with 5 additions and 1 deletions

View File

@@ -236,7 +236,7 @@ switch (idFx) {
break;
case CR_killlines:
retval = kill_a_few_lines(image, fval,
image->height/20);
image->height/19);
break;
case CR_water:
retval = bouger_les_pixels(image, 12);