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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user