mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Minor fix.
This commit is contained in:
@@ -764,7 +764,6 @@ public enum FSkin {
|
|||||||
|
|
||||||
BufferedImage img = testPreferredSprite(s0);
|
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)));
|
FSkin.icons.put(s0, new ImageIcon(img.getSubimage(x0, y0, w0, h0)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user