mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:53:01 +08:00
Reset best order on ruleset change
This commit is contained in:
parent
00d1cf1ce2
commit
bbef94b4df
@ -32,6 +32,8 @@ namespace osu.Game.Screens.Select
|
||||
private void load()
|
||||
{
|
||||
api.Register(this);
|
||||
|
||||
ruleset.ValueChanged += _ => bestRulesetOrder = null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user