mirror of
https://github.com/ppy/osu
synced 2025-01-17 03:21:09 +00: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();
|
||||
|
||||
Team1Score.BindValueChanged(_ => updateScores());
|
||||
Team2Score.BindValueChanged(_ => updateScores());
|
||||
Team2Score.BindValueChanged(_ => updateScores(), true);
|
||||
}
|
||||
|
||||
private void updateScores()
|
||||
|
Loading…
Reference in New Issue
Block a user