mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 10:53:10 +08:00
Fix compilation failure
This commit is contained in:
parent
979988235d
commit
61297847a7
@ -141,7 +141,7 @@ namespace osu.Game.Tournament.Screens.Gameplay.Components
|
|||||||
currentTeamScore.BindTo(score);
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
private class TeamDisplay : DrawableTournamentTeam
|
private class TeamDisplay : DrawableTournamentTeam
|
||||||
|
Loading…
Reference in New Issue
Block a user