mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
#101 AS1/2 loop fix
This commit is contained in:
@@ -1090,9 +1090,9 @@ public class Action implements GraphSourceItem {
|
||||
output2.add(new ClassTreeItem(className, extendsOp, implementsOp, functions, vars, staticFunctions, staticVars));
|
||||
return output2;
|
||||
}
|
||||
if (parts.get(pos) instanceof PopTreeItem) {
|
||||
pos++;
|
||||
}
|
||||
/*if (parts.get(pos) instanceof PopTreeItem) {
|
||||
pos++;
|
||||
}*/
|
||||
if (parts.size() <= pos) {
|
||||
ok = false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user