mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:42:55 +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();
|
||||
if (!notYetVisitedSets.Any())
|
||||
{
|
||||
previouslyVisitedRandomSets.Clear();
|
||||
previouslyVisitedRandomSets.RemoveAll(s => visibleSets.Contains(s));
|
||||
notYetVisitedSets = visibleSets;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user