mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 06:10:47 +00:00
exporting no longer fires GUI
This commit is contained in:
@@ -181,7 +181,8 @@ public class Main {
|
||||
|
||||
public static SWF parseSWF(String file) throws Exception {
|
||||
FileInputStream fis = new FileInputStream(file);
|
||||
SWF locswf = new SWF(fis);
|
||||
InputStream bis = new BufferedInputStream(fis);
|
||||
SWF locswf = new SWF(bis);
|
||||
return locswf;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user