mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Update framework and add "Async" suffix to asynchronous methods
This commit is contained in:
@ -57,7 +57,7 @@ namespace osu.Game.Screens.Play
|
||||
Origin = Anchor.Centre,
|
||||
});
|
||||
|
||||
player.Preload(Game);
|
||||
player.LoadAsync(Game);
|
||||
}
|
||||
|
||||
protected override void OnEntering(Screen last)
|
||||
|
Reference in New Issue
Block a user