mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 09:58:14 +00:00
AS3 direct editation - call property fix
This commit is contained in:
@@ -130,9 +130,9 @@ public class CallAVM2Item extends AVM2Item {
|
||||
NameAVM2Item nobj = new NameAVM2Item(new TypeItem(localData.currentClass), 0, "this", null, false, new ArrayList<Integer>());
|
||||
nobj.setRegNumber(0);
|
||||
obj = nobj;
|
||||
}
|
||||
propIndex = prop.resolveProperty(localData);
|
||||
}
|
||||
}
|
||||
}
|
||||
propIndex = prop.resolveProperty(localData);
|
||||
}
|
||||
|
||||
if(propIndex!=-1){
|
||||
|
||||
Reference in New Issue
Block a user