mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 08:33:55 +09:00
Remove unnecessary AlwaysPresent.
This commit is contained in:
@ -38,7 +38,6 @@ namespace osu.Game.Screens.Play
|
|||||||
overlay = new Box
|
overlay = new Box
|
||||||
{
|
{
|
||||||
Alpha = 0,
|
Alpha = 0,
|
||||||
AlwaysPresent = true,
|
|
||||||
Colour = Color4.Black,
|
Colour = Color4.Black,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user