mirror of https://github.com/ppy/osu
Remove redundant `this.` in assignment
This commit is contained in:
parent
1aa95de530
commit
92f59c10f5
|
@ -68,7 +68,8 @@ public class LeaderboardScore : OsuClickableContainer, IHasContextMenu
|
|||
|
||||
public LeaderboardScore(ScoreInfo score, int? rank, bool allowHighlight = true)
|
||||
{
|
||||
this.Score = score;
|
||||
Score = score;
|
||||
|
||||
this.rank = rank;
|
||||
this.allowHighlight = allowHighlight;
|
||||
|
||||
|
|
Loading…
Reference in New Issue