mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Fix incorrect task being returned for changelog continuations
This commit is contained in:
parent
9b5e35565b
commit
b13f193c8d
@ -163,7 +163,7 @@ namespace osu.Game.Overlays
|
||||
await API.PerformAsync(req).ConfigureAwait(false);
|
||||
|
||||
return tcs.Task;
|
||||
});
|
||||
}).Unwrap();
|
||||
}
|
||||
|
||||
private CancellationTokenSource loadContentCancellation;
|
||||
|
Loading…
Reference in New Issue
Block a user