mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 22:34:09 +08:00
Reset only visible sets for more randomized feel
This commit is contained in:
parent
987a6403da
commit
5abf93038b
@ -252,7 +252,7 @@ namespace osu.Game.Screens.Select
|
|||||||
var notYetVisitedSets = visibleSets.Except(previouslyVisitedRandomSets).ToList();
|
var notYetVisitedSets = visibleSets.Except(previouslyVisitedRandomSets).ToList();
|
||||||
if (!notYetVisitedSets.Any())
|
if (!notYetVisitedSets.Any())
|
||||||
{
|
{
|
||||||
previouslyVisitedRandomSets.Clear();
|
previouslyVisitedRandomSets.RemoveAll(s => visibleSets.Contains(s));
|
||||||
notYetVisitedSets = visibleSets;
|
notYetVisitedSets = visibleSets;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user