Remove "static operation".

This commit is contained in:
Jindra Petřík
2024-08-07 18:38:32 +02:00
parent f3da12e032
commit 38bcab878b
14 changed files with 17 additions and 42 deletions

View File

@@ -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;