mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 13:54:49 +00:00
build fixed on Windows, removed some unused libs from ffdec_lib, some fields marked as private
This commit is contained in:
@@ -43,7 +43,7 @@ public class SerializableImage implements Serializable {
|
||||
public static int TYPE_INT_ARGB_PRE = BufferedImage.TYPE_INT_ARGB_PRE;
|
||||
public static int TYPE_4BYTE_ABGR = BufferedImage.TYPE_4BYTE_ABGR;
|
||||
|
||||
static int imageid = 0;
|
||||
//private static int imageid = 0;
|
||||
private BufferedImage image;
|
||||
private transient Graphics graphics;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user