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:
@ -36,7 +36,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
else
|
||||
newBackground = new BeatmapBackground(beatmap);
|
||||
|
||||
newBackground.Preload(Game, delegate
|
||||
newBackground.LoadAsync(Game, delegate
|
||||
{
|
||||
float newDepth = 0;
|
||||
if (background != null)
|
||||
|
Reference in New Issue
Block a user