1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 06:29:54 +08:00

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
Unverified
parent 0c540537c9
commit 7d523fee28
+1 -1
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)