mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 18:54:34 +00:00
Propagate ABCIndex everywhere
This commit is contained in:
@@ -91,7 +91,7 @@ public class DirectEditingTest extends FileTestBase {
|
||||
|
||||
System.out.println("Recompiling:" + classPathString + "...");
|
||||
try {
|
||||
en.toSource(htw, abc.script_info.get(s).traits.traits, new ConvertData(), ScriptExportMode.AS, false, false);
|
||||
en.toSource(swf.getAbcIndex(), htw, abc.script_info.get(s).traits.traits, new ConvertData(), ScriptExportMode.AS, false, false);
|
||||
String original = htw.toString();
|
||||
abc.replaceScriptPack(As3ScriptReplacerFactory.createFFDec() /*TODO: test the otherone*/, en, original);
|
||||
} catch (As3ScriptReplaceException ex) {
|
||||
|
||||
Reference in New Issue
Block a user