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