1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 10:22:56 +08:00

Remove defined size from the star rating display

This commit is contained in:
Salman Ahmed 2021-07-17 05:43:04 +03:00
parent 95b134f3d8
commit 14da5ab813

View File

@ -43,8 +43,6 @@ namespace osu.Game.Beatmaps.Drawables
/// <param name="starDifficulty">The already computed <see cref="StarDifficulty"/> to display the star difficulty of.</param>
public StarRatingDisplayV2(StarDifficulty starDifficulty)
{
Size = new Vector2(52f, 20f);
Current.Value = starDifficulty;
InternalChild = new CircularContainer