mirror of
https://github.com/ppy/osu.git
synced 2025-02-04 01:52:55 +08:00
Fix UserRankPanel
not updating on ruleset change
This commit is contained in:
parent
28f87407f6
commit
07609b6267
@ -58,7 +58,8 @@ namespace osu.Game.Users
|
|||||||
if (statisticsProvider != null)
|
if (statisticsProvider != null)
|
||||||
{
|
{
|
||||||
statisticsUpdate = statisticsProvider.StatisticsUpdate.GetBoundCopy();
|
statisticsUpdate = statisticsProvider.StatisticsUpdate.GetBoundCopy();
|
||||||
statisticsUpdate.BindValueChanged(_ => updateDisplay(), true);
|
statisticsUpdate.BindValueChanged(_ => updateDisplay());
|
||||||
|
ruleset.BindValueChanged(_ => updateDisplay(), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user