Changed default selection type and added suggestions from PR feedback

This commit is contained in:
Patrick Andersson
2017-06-01 08:54:48 +02:00
parent a3945bb11d
commit 94294e4b45
3 changed files with 11 additions and 11 deletions

View File

@ -7,9 +7,9 @@ namespace osu.Game.Configuration
{
public enum SelectionRandomType
{
[Description("Random")]
Random,
[Description("Never repeat")]
RandomPermutation
RandomPermutation,
[Description("Random")]
Random
}
}
}