checkstyle fix

This commit is contained in:
Jindra Petřík
2023-10-16 09:36:06 +02:00
parent a337de4644
commit f789aa66a6
3 changed files with 41 additions and 41 deletions
@@ -888,7 +888,7 @@ public class Timeline {
if (filters != null) {
for (FILTER filter : filters) {
img = filter.apply(img, unzoom, (int)deltaXMax, (int)deltaYMax, (int)Math.round(newWidth - 2 * deltaXMax), (int)Math.round(newHeight - 2 * deltaYMax));
img = filter.apply(img, unzoom, (int) deltaXMax, (int) deltaYMax, (int) Math.round(newWidth - 2 * deltaXMax), (int) Math.round(newHeight - 2 * deltaYMax));
}
}
if (blendMode > 1) {