small cleanup

This commit is contained in:
Honfika
2014-02-24 00:05:33 +01:00
parent a64504d610
commit 742e6fe1c0
6 changed files with 4 additions and 13 deletions

View File

@@ -138,7 +138,6 @@ public final class ImagePanel extends JPanel implements ActionListener, FlashDis
m.translate(-rect.Xmin, -rect.Ymin);
drawable.toImage(0, swf.tags, characters, new Stack<Integer>(), image, m);
img = image;
} else {
img = drawable.toImage(0, swf.tags, characters, new Stack<Integer>(), Matrix.getScaleInstance(1 / SWF.unitDivisor));
}