From 5ddd634574dac80061a28b4760a34fd4dde2bc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Mon, 21 Apr 2014 08:12:15 +0200 Subject: [PATCH] AS3 direct editation - call property fix --- .../flash/abc/avm2/parser/script/CallAVM2Item.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java b/trunk/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java index 98da3d870..7bb73ca10 100644 --- a/trunk/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java +++ b/trunk/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java @@ -130,9 +130,9 @@ public class CallAVM2Item extends AVM2Item { NameAVM2Item nobj = new NameAVM2Item(new TypeItem(localData.currentClass), 0, "this", null, false, new ArrayList()); nobj.setRegNumber(0); obj = nobj; - } - propIndex = prop.resolveProperty(localData); - } + } + } + propIndex = prop.resolveProperty(localData); } if(propIndex!=-1){