mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Resolve post-merge issue
This commit is contained in:
@ -33,6 +33,6 @@ 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user