mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0
This commit is contained in:
@ -37,7 +37,7 @@ namespace osu.Game.Extensions
|
||||
|
||||
if (cancellationToken.IsCancellationRequested)
|
||||
{
|
||||
tcs.SetCanceled();
|
||||
tcs.SetCanceled(cancellationToken);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user