mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 20:38:08 +00:00
AS1/2 postincrement fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user