mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Merge remote-tracking branch 'upstream/master' into remove-usings
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Game.Screens
|
||||
// once it's done.
|
||||
if (screen.LoadState == LoadState.NotLoaded)
|
||||
{
|
||||
screen.Preload(game, d => Push((BackgroundScreen)d));
|
||||
screen.LoadAsync(game, d => Push((BackgroundScreen)d));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user