Minor fix.

This commit is contained in:
Doublestrike
2012-02-16 10:42:05 +00:00
parent 4a70e257cb
commit 43ed145663

View File

@@ -764,7 +764,6 @@ public enum FSkin {
BufferedImage img = testPreferredSprite(s0);
if (s0 == Backgrounds.BG_TEXTURE) { System.out.println("asdf found it"); }
FSkin.icons.put(s0, new ImageIcon(img.getSubimage(x0, y0, w0, h0)));
}