mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 09:12:54 +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,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = Color4.White.Opacity(0.4f),
|
Colour = Color4.White.Opacity(0.4f),
|
||||||
Blending = BlendingParameters.Additive,
|
Blending = BlendingParameters.Additive,
|
||||||
|
Alpha = 0,
|
||||||
},
|
},
|
||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user