mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 04:58:30 +00:00
put jpeg tag to correct position after replacing shape
This commit is contained in:
@@ -57,7 +57,7 @@ public class ShapeImporter {
|
||||
|
||||
int idx = swf.tags.indexOf(st);
|
||||
if (idx != -1) {
|
||||
swf.tags.add(0, imageTag);
|
||||
swf.tags.add(idx, imageTag);
|
||||
} else {
|
||||
swf.tags.add(imageTag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user