diff --git a/AssetStudioGUI/Studio.cs b/AssetStudioGUI/Studio.cs index 42512e4..6b80874 100644 --- a/AssetStudioGUI/Studio.cs +++ b/AssetStudioGUI/Studio.cs @@ -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.");