Remove unnecessary bind in ReplayPlayer

This commit is contained in:
Dean Herbert 2021-06-02 18:32:14 +09:00
parent a15cac6f53
commit e0eb0adb0a

View File

@ -34,9 +34,6 @@ namespace osu.Game.Screens.Play
protected override void PrepareReplay()
{
DrawableRuleset?.SetReplayScore(Score);
// todo: move to base class along with Score?
ScoreProcessor.NewJudgement += result => ScoreProcessor.PopulateScore(Score.ScoreInfo);
}
protected override Score CreateScore() => createScore(GameplayBeatmap.PlayableBeatmap, Mods.Value);