mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 13:15:35 +00:00
better AS1/2 parser - constantpool
This commit is contained in:
@@ -950,7 +950,7 @@ public class Graph {
|
||||
ret.addAll(output);
|
||||
}
|
||||
GraphPart loopBodyStart = null;
|
||||
if ((reversed == loop)||doWhile) {
|
||||
if ((reversed == loop) || doWhile) {
|
||||
if (expr instanceof LogicalOpItem) {
|
||||
expr = ((LogicalOpItem) expr).invert();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user