1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-24 17:22:55 +08:00

Remove unnecessary masking spec

It was clipping the daily challenge completion checkmark, and it
originates in some veeeeery old code where the profile overlay looked
and behaved very differently (0fa0271878).
This commit is contained in:
Bartłomiej Dach 2025-01-17 10:40:26 +01:00
parent b215073957
commit a67a68c596
No known key found for this signature in database

View File

@ -41,7 +41,6 @@ namespace osu.Game.Overlays.Profile.Header.Components
AutoSizeAxes = Axes.Y,
AutoSizeDuration = 200,
AutoSizeEasing = Easing.OutQuint,
Masking = true,
Direction = FillDirection.Vertical,
Spacing = new Vector2(0, 15),
Children = new Drawable[]