Hook up score processor in player

This commit is contained in:
Bartłomiej Dach 2020-03-27 19:47:42 +01:00
parent 46af4bce32
commit adc759771f
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ private void addOverlayComponents(Container target, WorkingBeatmap working)
},
},
failAnimation = new FailAnimation(DrawableRuleset) { OnComplete = onFailComplete, },
BreakOverlay = new BreakOverlay(working.Beatmap.BeatmapInfo.LetterboxInBreaks)
BreakOverlay = new BreakOverlay(working.Beatmap.BeatmapInfo.LetterboxInBreaks, ScoreProcessor)
{
Clock = DrawableRuleset.FrameStableClock,
ProcessCustomClock = false,