mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Convert everything to use IScreen
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
Background?.FadeOut(800, Easing.InOutSine);
|
||||
Background?.Expire();
|
||||
|
||||
Add(Background = newBackground);
|
||||
AddInternal(Background = newBackground);
|
||||
currentDisplay++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user