Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
zlainsama committed Mar 12, 2019
1 parent f218822 commit bb95856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/lain/mods/skins/impl/LegacyConversion.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public BufferedImage convert(BufferedImage image)
if (legacy)
{
g.setColor(new Color(0, 0, 0, 0));
g.fillRect(0, 32, 64, 32);
g.fillRect(0 * r, 32 * r, 64 * r, 32 * r);
g.drawImage(i, 24 * r, 48 * r, 20 * r, 52 * r, 4 * r, 16 * r, 8 * r, 20 * r, null);
g.drawImage(i, 28 * r, 48 * r, 24 * r, 52 * r, 8 * r, 16 * r, 12 * r, 20 * r, null);
g.drawImage(i, 20 * r, 52 * r, 16 * r, 64 * r, 8 * r, 20 * r, 12 * r, 32 * r, null);
Expand Down

0 comments on commit bb95856

Please sign in to comment.