mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 22:22:55 +08:00
Remove doubled-up opacity specification
This commit is contained in:
parent
50bde0fe38
commit
830f49bca6
@ -115,7 +115,7 @@ namespace osu.Game.Overlays
|
||||
Background.FadeColour(colours.Lime3, fade_duration, Easing.OutQuint);
|
||||
Content.TweenEdgeEffectTo(new EdgeEffectParameters
|
||||
{
|
||||
Colour = colours.Lime3.Opacity(0.4f).Opacity(0.1f),
|
||||
Colour = colours.Lime3.Opacity(0.1f),
|
||||
Radius = 2,
|
||||
Type = EdgeEffectType.Glow
|
||||
}, fade_duration, Easing.OutQuint);
|
||||
|
Loading…
Reference in New Issue
Block a user