mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 21:55:10 +00:00
fix tests
This commit is contained in:
@@ -602,7 +602,8 @@ public class Graph {
|
||||
for (List<GraphTargetItem> sub : subs) {
|
||||
processIfs(sub);
|
||||
}
|
||||
} else if (item instanceof IfItem) {
|
||||
}
|
||||
if (item instanceof IfItem) {
|
||||
IfItem ifi = (IfItem) item;
|
||||
List<GraphTargetItem> onTrue = ifi.onTrue;
|
||||
List<GraphTargetItem> onFalse = ifi.onFalse;
|
||||
|
||||
Reference in New Issue
Block a user