mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 11:10:56 +00:00
Issue #227 AS1/2 gotoAndStop wrong frame index
This commit is contained in:
@@ -67,6 +67,6 @@ public class ActionGotoFrame extends Action {
|
||||
|
||||
@Override
|
||||
public void translate(Stack<GraphTargetItem> stack, List<GraphTargetItem> output, java.util.HashMap<Integer, String> regNames, HashMap<String, GraphTargetItem> variables, HashMap<String, GraphTargetItem> functions, int staticOperation, String path) {
|
||||
output.add(new GotoFrameTreeItem(this, frame));
|
||||
output.add(new GotoFrameTreeItem(this, frame + 1));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user