mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix match score display not doing an initial value update
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user