1
0
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:
Dean Herbert 2021-03-13 19:26:38 +09:00
parent 9b5e35565b
commit b13f193c8d

View File

@ -163,7 +163,7 @@ namespace osu.Game.Overlays
await API.PerformAsync(req).ConfigureAwait(false);
return tcs.Task;
});
}).Unwrap();
}
private CancellationTokenSource loadContentCancellation;