fixed bug

This commit is contained in:
Perfare 2019-04-18 14:07:17 +08:00
parent a2be5ebdac
commit 59be547a82
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace AssetStudioGUI
extractedCount += ExtractWebDataFile(fileName, reader);
else
reader.Dispose();
Progress.Report(++i, fileNames.Length);
Progress.Report(i + 1, fileNames.Length);
}
Logger.Info($"Finished extracting {extractedCount} files.");