mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 00:53:31 +08:00
Force bindable change
This commit is contained in:
parent
c591cb83eb
commit
749a00cc2f
@ -68,7 +68,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Statistics.BindValueChanged(statistics => updateStatistics(statistics.NewValue));
|
||||
Statistics.BindValueChanged(statistics => updateStatistics(statistics.NewValue), true);
|
||||
}
|
||||
|
||||
private void updateStatistics(UserStatistics statistics)
|
||||
|
Loading…
Reference in New Issue
Block a user