mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 19:50:18 +08:00
Resolve post-merge issue
This commit is contained in:
@@ -33,6 +33,6 @@ namespace osu.Game.Tournament.Screens.Gameplay.Components
|
||||
currentTeamScore.BindTo(score);
|
||||
}
|
||||
|
||||
private void scoreChanged(ValueChangedEvent<int?> score) => counter.CountStars = score.NewValue ?? 0;
|
||||
private void scoreChanged(ValueChangedEvent<int?> score) => counter.Current = score.NewValue ?? 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user