1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

Remove doubled-up opacity specification

This commit is contained in:
Bartłomiej Dach 2021-10-18 19:43:48 +02:00
parent 50bde0fe38
commit 830f49bca6
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -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);