AS1/2 postincrement fix

This commit is contained in:
Jindra Petk
2013-06-15 19:44:42 +02:00
parent 54e4518f99
commit 4d184231f4

View File

@@ -103,6 +103,7 @@ public class ActionStoreRegister extends Action {
if (stack.peek().equals(obj)) {
stack.pop();
stack.push(new PostIncrementTreeItem(this, obj));
stack.push(obj);
return;
}
}