mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-08 17:09:36 +00:00
AS2 class detector - checking classes only in DoInitAction tags
This commit is contained in:
@@ -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, "");
|
||||
|
||||
Reference in New Issue
Block a user