mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Remove redundant this
This commit is contained in:
parent
653480b2f8
commit
66a990cd5e
@ -37,7 +37,7 @@ namespace osu.Game.Screens.Ranking
|
||||
|
||||
public ResultsScreen(ScoreInfo score)
|
||||
{
|
||||
this.Score = score;
|
||||
Score = score;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user