mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:12:54 +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()
|
private void load()
|
||||||
{
|
{
|
||||||
api.Register(this);
|
api.Register(this);
|
||||||
|
|
||||||
|
ruleset.ValueChanged += _ => bestRulesetOrder = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user