Revert "Set BackgroundSource.Seasonal as default setting"

This reverts commit cdb2d23578.
This commit is contained in:
Max Hübner
2020-10-29 14:31:07 +01:00
parent 0c540537c9
commit 7d523fee28

View File

@ -130,7 +130,7 @@ namespace osu.Game.Configuration
Set(OsuSetting.IntroSequence, IntroSequence.Triangles);
Set(OsuSetting.MenuBackgroundSource, BackgroundSource.Seasonal);
Set(OsuSetting.MenuBackgroundSource, BackgroundSource.Skin);
}
public OsuConfigManager(Storage storage)