CI fixes.

This commit is contained in:
DrabWeb
2017-07-11 01:42:51 -03:00
parent fc7b4ceff1
commit b448603d6c
7 changed files with 16 additions and 15 deletions

View File

@ -30,10 +30,10 @@ namespace osu.Game.Overlays.Direct
{
Search,
[Description("Newest Maps")]
NewestMaps = (int)DirectSortCriteria.Ranked,
NewestMaps = DirectSortCriteria.Ranked,
[Description("Top Rated")]
TopRated = (int)DirectSortCriteria.Rating,
TopRated = DirectSortCriteria.Rating,
[Description("Most Played")]
MostPlayed = (int)DirectSortCriteria.Plays,
MostPlayed = DirectSortCriteria.Plays,
}
}