1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 13:20:21 +08:00

Revert "Add BackgroundSource.Seasonal"

This reverts commit 2871001cc2.
This commit is contained in:
Max Hübner
2020-10-29 14:30:50 +01:00
Unverified
parent 81ebcd8796
commit 0c540537c9
+1 -2
View File
@@ -6,7 +6,6 @@ namespace osu.Game.Configuration
public enum BackgroundSource
{
Skin,
Beatmap,
Seasonal
Beatmap
}
}