mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 17:08:12 +00:00
Fixed Ternar visit (can cause invalid reg declarations)
This commit is contained in:
@@ -47,6 +47,7 @@ public class TernarOpItem extends GraphTargetItem {
|
||||
|
||||
@Override
|
||||
public void visit(GraphTargetVisitorInterface visitor) {
|
||||
visitor.visit(expression);
|
||||
visitor.visit(onTrue);
|
||||
visitor.visit(onFalse);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user