mirror of
https://github.com/ppy/osu
synced 2025-01-05 05:39:49 +00:00
Remove unnecessary bind in ReplayPlayer
This commit is contained in:
parent
a15cac6f53
commit
e0eb0adb0a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user