mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 05:48:00 +01:00
Now I'm calling it
This commit is contained in:
parent
ed44f0b4be
commit
b84a38f465
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@ public class ImageBufferDownloadHD implements ISkinAvailableCallback {
|
||||||
HDSkinManager.INSTANCE.convertSkin(image, graphics);
|
HDSkinManager.INSTANCE.convertSkin(image, graphics);
|
||||||
|
|
||||||
graphics.dispose();
|
graphics.dispose();
|
||||||
|
|
||||||
|
if (callback != null) {
|
||||||
|
return callback.parseUserSkin(image);
|
||||||
|
}
|
||||||
|
|
||||||
return image;
|
return image;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue