Merge branch 'master' into better-filter-bypass

This commit is contained in:
Dean Herbert
2020-03-11 02:55:14 +09:00
committed by GitHub
97 changed files with 2180 additions and 1064 deletions

View File

@ -123,7 +123,7 @@ namespace osu.Game.Screens.Select.Carousel
},
starCounter = new StarCounter
{
CountStars = (float)beatmap.StarDifficulty,
Current = (float)beatmap.StarDifficulty,
Scale = new Vector2(0.8f),
}
}