Now I'm calling it

This commit is contained in:
Sollace 2018-08-20 14:59:33 +02:00
parent ed44f0b4be
commit b84a38f465

View file

@ -64,6 +64,11 @@ public class ImageBufferDownloadHD implements ISkinAvailableCallback {
HDSkinManager.INSTANCE.convertSkin(image, graphics);
graphics.dispose();
if (callback != null) {
return callback.parseUserSkin(image);
}
return image;
}