Update in line with framework changes.

This commit is contained in:
smoogipooo
2017-09-07 22:46:21 +09:00
parent 70e3ac30db
commit 19db7a8f72
29 changed files with 38 additions and 36 deletions

View File

@ -63,7 +63,7 @@ namespace osu.Game.Graphics.UserInterface
hover = new Box
{
RelativeSizeAxes = Axes.Both,
BlendingMode = BlendingMode.Additive,
Blending = BlendingMode.Additive,
Colour = Color4.White.Opacity(0.1f),
Alpha = 0,
},