mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update parameter discards
This commit is contained in:
@ -31,7 +31,7 @@ namespace osu.Game.Extensions
|
||||
{
|
||||
var tcs = new TaskCompletionSource<bool>();
|
||||
|
||||
task.ContinueWith(t =>
|
||||
task.ContinueWith(_ =>
|
||||
{
|
||||
// the previous task has finished execution or been cancelled, so we can run the provided continuation.
|
||||
|
||||
|
Reference in New Issue
Block a user