1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 02:23:38 +08:00

Remove unnecessary bind in ReplayPlayer

This commit is contained in:
Dean Herbert
2021-06-02 18:32:14 +09:00
Unverified
parent a15cac6f53
commit e0eb0adb0a
-3
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);