mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 00:13:10 +08:00
Fix enum ordering after adding source
This commit is contained in:
parent
a21718f1cd
commit
a71e52da4c
@ -28,10 +28,10 @@ namespace osu.Game.Screens.Select.Filter
|
||||
[Description("Rank Achieved")]
|
||||
RankAchieved,
|
||||
|
||||
[Description("Title")]
|
||||
Title,
|
||||
|
||||
[Description("Source")]
|
||||
Source,
|
||||
|
||||
[Description("Title")]
|
||||
Title,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user