mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 13:00:47 +00:00
Merge branch 'dev' into flexcompile
Conflicts: libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties
This commit is contained in:
@@ -577,7 +577,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<ABC
|
||||
}
|
||||
Main.getDebugHandler().setVariable(((VariableNode) node).parentId, ((VariableNode) node).thisVar.name, valType, symb.value);
|
||||
//((VariableNode) node).refresh();
|
||||
Object path[] = new Object[((VariableNode) node).path.size()];
|
||||
Object[] path = new Object[((VariableNode) node).path.size()];
|
||||
for (int i = 0; i < path.length; i++) {
|
||||
path[i] = ((VariableNode) node).path.get(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user