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:
parent
46af4bce32
commit
adc759771f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user