AS2 class detector - checking classes only in DoInitAction tags

This commit is contained in:
Jindra Petřík
2018-01-27 11:34:51 +01:00
parent a904fdb3a3
commit c0e6e728d9
108 changed files with 163 additions and 144 deletions

View File

@@ -559,7 +559,7 @@ public class FlashPlayerTest {
task.actions = newActions;
List<GraphTargetItem> output = new ArrayList<>();
ActionLocalData localData = new ActionLocalData();
ActionLocalData localData = new ActionLocalData(false);
TranslateStack stack = new TranslateStack("");
for (Action a : newActions) {
a.translate(localData, stack, output, Graph.SOP_USE_STATIC, "");