Fixed #1686 AS1/2 decompilation and editation of nested tellTarget

This commit is contained in:
Jindra Petřík
2021-11-18 18:54:10 +01:00
parent 23a993c596
commit 054c40486a
10 changed files with 266 additions and 134 deletions

View File

@@ -2930,7 +2930,7 @@ public class Graph {
}
}
protected void makeAllCommands(List<GraphTargetItem> commands, TranslateStack stack) {
public static void makeAllCommands(List<GraphTargetItem> commands, TranslateStack stack) {
int clen = commands.size();
boolean isExit = false;
if (clen > 0) {