mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Fix match score display not doing an initial value update
This commit is contained in:
parent
ee3b373e8a
commit
735c5085dd
@ -104,7 +104,7 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
Team1Score.BindValueChanged(_ => updateScores());
|
Team1Score.BindValueChanged(_ => updateScores());
|
||||||
Team2Score.BindValueChanged(_ => updateScores());
|
Team2Score.BindValueChanged(_ => updateScores(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateScores()
|
private void updateScores()
|
||||||
|
Loading…
Reference in New Issue
Block a user