mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 07:25:55 +00:00
Fixed Adding new frames did not set correct timelined to ShowFrame
Add tag before / after refactoring.
This commit is contained in:
@@ -171,7 +171,7 @@ public class AdobeFlashExecutor {
|
||||
actions2.add(new ActionReturn());
|
||||
|
||||
doaTag.setActions(actions2);
|
||||
swf.addTag(doaTag, asm);
|
||||
swf.addTagBefore(doaTag, (Tag) asm);
|
||||
|
||||
i++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user