mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
AS1/2 ActionTry fix
AS1/2 Infinity
This commit is contained in:
@@ -64,7 +64,7 @@ public class ActionGraph extends Graph {
|
||||
}
|
||||
|
||||
public static List<GraphTargetItem> translateViaGraph(HashMap<Integer, String> registerNames, HashMap<String, GraphTargetItem> variables, HashMap<String, GraphTargetItem> functions, List code, int version) {
|
||||
|
||||
|
||||
ActionGraph g = new ActionGraph(code, registerNames, variables, functions, version);
|
||||
List localData = new ArrayList();
|
||||
localData.add(registerNames);
|
||||
|
||||
Reference in New Issue
Block a user