mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 04:32:11 +08:00
Fix test failures
This commit is contained in:
@@ -49,7 +49,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
if (localFetchCompletionSource != null && localFetchCompletionSource == lastFetchCompletionSource && scores.Value != null)
|
||||
{
|
||||
localFetchCompletionSource.SetResult(scores.Value);
|
||||
localFetchCompletionSource = null;
|
||||
localFetchCompletionSource = lastFetchCompletionSource = null;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user