Remove redundant this

This commit is contained in:
Dean Herbert 2020-03-29 23:50:16 +09:00
parent 653480b2f8
commit 66a990cd5e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class ResultsScreen : OsuScreen
public ResultsScreen(ScoreInfo score)
{
this.Score = score;
Score = score;
}
[BackgroundDependencyLoader]