Fix a couple of inspections

This commit is contained in:
Dean Herbert
2020-10-27 22:30:45 +09:00
parent 2cacdaa11b
commit d5e0fa322b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Screens.Play
public ReplayPlayer(Score score, bool allowPause = true, bool showResults = true)
: base(allowPause, showResults)
{
this.Score = score;
Score = score;
}
protected override void PrepareReplay()