mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 02:00:58 +00:00
version changed do 1.0.1
This commit is contained in:
@@ -54,7 +54,7 @@ public class Main {
|
||||
public static String file;
|
||||
public static String maskURL;
|
||||
public static SWF swf;
|
||||
public static final String version = "1.0.0";
|
||||
public static final String version = "1.0.1";
|
||||
public static String applicationName = "JP ActionScript Decompiler v." + version;
|
||||
public static String shortApplicationName = "ASDec v." + version;
|
||||
public static LoadingDialog loadingDialog;
|
||||
|
||||
@@ -59,7 +59,7 @@ import java.util.regex.Pattern;
|
||||
|
||||
public class AVM2Code {
|
||||
|
||||
private static final boolean DEBUG_MODE=true;
|
||||
private static final boolean DEBUG_MODE=false;
|
||||
public static int toSourceLimit = -1;
|
||||
public ArrayList<AVM2Instruction> code = new ArrayList<AVM2Instruction>();
|
||||
public static boolean DEBUG_REWRITE = false;
|
||||
|
||||
Reference in New Issue
Block a user