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:
parent
7bf96ce49a
commit
4ef9f335ee
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user