mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix nub glow color not having 0 alpha when being set
This commit is contained in:
parent
0c978bf9e9
commit
1e02d61b85
@ -149,7 +149,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
glowColour = value;
|
||||
|
||||
var effect = EdgeEffect;
|
||||
effect.Colour = value;
|
||||
effect.Colour = value.Opacity(0);
|
||||
EdgeEffect = effect;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user