mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
remove Seasonal and apply suggestions
This commit is contained in:
@ -87,15 +87,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
switch (mode.Value)
|
||||
{
|
||||
case BackgroundMode.Seasonal:
|
||||
default:
|
||||
newBackground = new Background(backgroundName);
|
||||
break;
|
||||
}
|
||||
}
|
||||
newBackground = new Background(backgroundName);
|
||||
|
||||
newBackground.Depth = currentDisplay;
|
||||
|
||||
|
Reference in New Issue
Block a user