1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 04:22:55 +08:00

Fix customise button on mod overlay initially showing flash layer indefinitely

This commit is contained in:
Joseph Madamba 2024-08-02 10:19:59 -07:00
parent 7bf96ce49a
commit 4ef9f335ee

View File

@ -54,6 +54,7 @@ namespace osu.Game.Overlays.Mods
RelativeSizeAxes = Axes.Both,
Colour = Color4.White.Opacity(0.4f),
Blending = BlendingParameters.Additive,
Alpha = 0,
},
new OsuSpriteText
{