mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 05:32:55 +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")]
|
[Description("Rank Achieved")]
|
||||||
RankAchieved,
|
RankAchieved,
|
||||||
|
|
||||||
[Description("Title")]
|
|
||||||
Title,
|
|
||||||
|
|
||||||
[Description("Source")]
|
[Description("Source")]
|
||||||
Source,
|
Source,
|
||||||
|
|
||||||
|
[Description("Title")]
|
||||||
|
Title,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user