Merge pull request #7816 from smoogipoo/missing-nullcheck

Add missing null-allowance to leaderboard
This commit is contained in:
Dean Herbert 2020-02-13 19:30:43 +09:00 committed by GitHub
commit d633396878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ namespace osu.Game.Online.Leaderboards
private List<ScoreComponentLabel> statisticsLabels;
[Resolved]
[Resolved(CanBeNull = true)]
private DialogOverlay dialogOverlay { get; set; }
public LeaderboardScore(ScoreInfo score, int rank, bool allowHighlight = true)