Restore additive blending for toolbar button backgrounds.

This commit is contained in:
Dean Herbert 2016-12-01 18:54:32 +09:00
parent 11f958030f
commit 3a5c41b970

View File

@ -67,6 +67,7 @@ namespace osu.Game.Overlays.Toolbar
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Colour = new Color4(80, 80, 80, 180), Colour = new Color4(80, 80, 80, 180),
BlendingMode = BlendingMode.Additive,
Alpha = 0, Alpha = 0,
}, },
Flow = new FlowContainer Flow = new FlowContainer