Skip to content

Commit

Permalink
Fixed not resetting the current to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Jun 30, 2024
1 parent 0fbfe65 commit 793d48b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReplayBrowser/Services/ProfilePregeneratorService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ private async void PregenerateProfiles()
// Remove every profile already found in _generatedProfiles
profilesToGenerate = profilesToGenerate.Except(_generatedProfiles).ToList();
PregenerationProgress.Max = profilesToGenerate.Count;
PregenerationProgress.Current = 0;

foreach (var guid in profilesToGenerate)
{
Expand Down

0 comments on commit 793d48b

Please sign in to comment.