mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 06:27:18 +08:00
Remove seemingly unnecessary/leftover code
This commit is contained in:
parent
739b21ab3b
commit
01c65d3cc1
@ -502,8 +502,6 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
if (transferRulesetValue())
|
||||
{
|
||||
Mods.Value = Array.Empty<Mod>();
|
||||
|
||||
// transferRulesetValue() may trigger a re-filter. If the current selection does not match the new ruleset, we want to switch away from it.
|
||||
// The default logic on WorkingBeatmap change is to switch to a matching ruleset (see workingBeatmapChanged()), but we don't want that here.
|
||||
// We perform an early selection attempt and clear out the beatmap selection to avoid a second ruleset change (revert).
|
||||
|
Loading…
x
Reference in New Issue
Block a user