mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 03:17:27 +00:00
Added: #2427 Commandline export with use of imported SWFs (importAssets tag)
This commit is contained in:
@@ -2330,7 +2330,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
if (importedSwfs.containsKey(url)) {
|
||||
iSwf = importedSwfs.get(url);
|
||||
} else {
|
||||
iSwf = resolver.resolveUrl(url);
|
||||
iSwf = resolver.resolveUrl(this.file, url);
|
||||
importedSwfs.put(url, iSwf);
|
||||
}
|
||||
if (iSwf != null) {
|
||||
|
||||
Reference in New Issue
Block a user