1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 00:13:14 +08:00

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

View File

@ -308,7 +308,7 @@ namespace osu.Game.Screens.Play
},
},
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,