mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 18:27:25 +00:00
Reloading single file in GUI fixed
This commit is contained in:
@@ -1271,7 +1271,7 @@ public class Main {
|
||||
|
||||
loadingDialog.setVisible(true);
|
||||
|
||||
for (int i = 0; i < sourceInfos.size(); i++) {
|
||||
for (int i = 0; i < newSourceInfos.length; i++) {
|
||||
SWFSourceInfo si = newSourceInfos[i];
|
||||
String fileName = si.getFile();
|
||||
if (fileName != null) {
|
||||
|
||||
Reference in New Issue
Block a user