Merge branch 'master' into adjust-beatmap-overlay

This commit is contained in:
Dean Herbert
2020-02-21 09:52:44 +09:00
committed by GitHub
247 changed files with 6452 additions and 3014 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
{
private readonly Box background;
public DrawableTopScore(ScoreInfo score, int position = 1)
public DrawableTopScore(ScoreInfo score, int? position = 1)
{
RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y;