mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 14:55:47 +00:00
Loop detection Fix
This commit is contained in:
@@ -29,6 +29,7 @@ public class Loop {
|
||||
public GraphPart loopBreak;
|
||||
public GraphPart loopPreContinue;
|
||||
public List<GraphPart> breakCandidates = new ArrayList<>();
|
||||
public List<Integer> breakCandidatesLevels = new ArrayList<>();
|
||||
public long id;
|
||||
public boolean used = false;
|
||||
public boolean finished = false;
|
||||
|
||||
Reference in New Issue
Block a user