remove Seasonal and apply suggestions

This commit is contained in:
LeNitrous
2019-09-24 21:56:32 +08:00
parent 03947e5b85
commit 0bc59e17dc
3 changed files with 2 additions and 13 deletions

View File

@ -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;