mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Resolve new diagnostics in C# 7.3
This commit is contained in:
@ -29,7 +29,7 @@ namespace osu.Game.Updater
|
||||
version = game.Version;
|
||||
|
||||
if (game.IsDeployedBuild)
|
||||
Schedule(() => Task.Run(() => checkForUpdateAsync()));
|
||||
Schedule(() => Task.Run(checkForUpdateAsync));
|
||||
}
|
||||
|
||||
private async void checkForUpdateAsync()
|
||||
|
Reference in New Issue
Block a user