Skip to content

Commit

Permalink
Report progress even if save is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
drgoku282 committed Feb 19, 2017
1 parent c1810fe commit ea0ba5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MassPKXextractor/MassPKXextractor/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ private void Worker_DoWork(object sender, System.ComponentModel.DoWorkEventArgs
if (SAV == null)
{
invalidSaves.Add(file);
currentsave++;
Worker.ReportProgress(currentsave * 100 / totalsaves);
continue;
}
if (CB_File.Checked)
Expand Down

0 comments on commit ea0ba5d

Please sign in to comment.