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