1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 04:41: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
Unverified
parent 9b5e35565b
commit b13f193c8d
+1 -1
View File
@@ -163,7 +163,7 @@ namespace osu.Game.Overlays
await API.PerformAsync(req).ConfigureAwait(false);
return tcs.Task;
});
}).Unwrap();
}
private CancellationTokenSource loadContentCancellation;