1
0
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:
Bartłomiej Dach
2025-04-08 13:02:14 +02:00
Unverified
parent 567c7cb798
commit f3d9f21e71
@@ -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;
}
});
}