mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 04:00:53 +00:00
comma operator in while condition
AS1/2 switch fix
This commit is contained in:
@@ -83,8 +83,8 @@ public class ActionSetVariable extends Action {
|
||||
}
|
||||
}
|
||||
}
|
||||
if(value instanceof StoreRegisterTreeItem){
|
||||
((StoreRegisterTreeItem)value).define=false;
|
||||
if (value instanceof StoreRegisterTreeItem) {
|
||||
((StoreRegisterTreeItem) value).define = false;
|
||||
}
|
||||
SetVariableTreeItem svt = new SetVariableTreeItem(this, name, value);
|
||||
output.add(svt);
|
||||
|
||||
Reference in New Issue
Block a user