Remove unnecessary AlwaysPresent.

This commit is contained in:
Dean Herbert 2017-04-10 17:26:05 +09:00
parent 3a01cfccee
commit 43a4657540
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -38,7 +38,6 @@ namespace osu.Game.Screens.Play
overlay = new Box
{
Alpha = 0,
AlwaysPresent = true,
Colour = Color4.Black,
RelativeSizeAxes = Axes.Both,
}