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:
parent
95b134f3d8
commit
14da5ab813
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user