mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 06:26:08 +00:00
Remove "static operation".
This commit is contained in:
@@ -563,7 +563,7 @@ public class FlashPlayerTest {
|
||||
ActionLocalData localData = new ActionLocalData(null, false, new HashMap<>());
|
||||
TranslateStack stack = new TranslateStack("");
|
||||
for (Action a : newActions) {
|
||||
a.translate(localData, stack, output, Graph.SOP_USE_STATIC, "");
|
||||
a.translate(localData, stack, output, 0, "");
|
||||
}
|
||||
|
||||
String ffdecTranslateResult;
|
||||
|
||||
Reference in New Issue
Block a user