Formatting

This commit is contained in:
DrabWeb
2017-03-23 09:07:13 -03:00
parent b429d8f1b3
commit 0a11d035fe
3 changed files with 1 additions and 8 deletions

View File

@ -140,12 +140,6 @@ namespace osu.Game.Screens.Play
hudOverlay.BindHitRenderer(hitRenderer);
hudOverlay.Progress.Length = Beatmap.Track.Length;
hudOverlay.Progress.OnSeek = (time) =>
{
//todo: temporary
Beatmap.Track.Seek(time);
Beatmap.Track.Start();
};
//bind HitRenderer to ScoreProcessor and ourselves (for a pass situation)
hitRenderer.OnAllJudged += onCompletion;