Merge branch 'master' into adjustable-rate-mods

This commit is contained in:
Dean Herbert
2019-12-12 15:10:23 +09:00
committed by GitHub
28 changed files with 516 additions and 231 deletions

View File

@ -140,6 +140,9 @@ namespace osu.Game.Screens.Play
// bind clock into components that require it
DrawableRuleset.IsPaused.BindTo(GameplayClockContainer.IsPaused);
DrawableRuleset.OnNewResult += ScoreProcessor.ApplyResult;
DrawableRuleset.OnRevertResult += ScoreProcessor.RevertResult;
// Bind ScoreProcessor to ourselves
ScoreProcessor.AllJudged += onCompletion;
ScoreProcessor.Failed += onFail;