mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 06:15:09 +00:00
command line remove fix, show tag number in dumpSWF
This commit is contained in:
@@ -2024,7 +2024,7 @@ public class CommandLineArgumentParser {
|
||||
|
||||
Collections.sort(tagNumbersToRemove);
|
||||
for (int i = tagNumbersToRemove.size() - 1; i >= 0; i--) {
|
||||
swf.tags.remove(tagNumbersToRemove.get(i));
|
||||
swf.tags.remove((int) tagNumbersToRemove.get(i));
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user