AS3 direct editation - call property fix

This commit is contained in:
Jindra Petk
2014-04-21 08:12:15 +02:00
parent 078c10c595
commit 5ddd634574

View File

@@ -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){