Commit 5dc4c57
authored
fix: use
The fork uses C# 13 `field` keyword so there's no explicit `score` backing
field in scope. The upstream-merged line incorrectly referenced `score`;
`value` (the setter parameter) is the correct variable here.value instead of score in BeatmapLeaderboardScore.Tooltip setter1 parent d54b531 commit 5dc4c57
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments