Remove outdated todo.

This commit is contained in:
Dean Herbert 2017-04-03 15:22:54 +09:00
parent 7c74951454
commit c6216dbde1
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -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);