mirror of
https://github.com/ppy/osu
synced 2024-12-24 07:42:55 +00:00
Remove outdated todo.
This commit is contained in:
parent
7c74951454
commit
c6216dbde1
@ -58,8 +58,6 @@ namespace osu.Game.Modes.UI
|
||||
|
||||
public void BindProcessor(ScoreProcessor processor)
|
||||
{
|
||||
//bind processor bindables to combocounter, score display etc.
|
||||
//TODO: these should be bindable binds, not events!
|
||||
ScoreCounter?.Current.BindTo(processor.TotalScore);
|
||||
AccuracyCounter?.Current.BindTo(processor.Accuracy);
|
||||
ComboCounter?.Current.BindTo(processor.Combo);
|
||||
|
Loading…
Reference in New Issue
Block a user