1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 05:02:56 +08:00

Removed unnecessary line

This commit is contained in:
Andrey Zavadskiy 2017-04-03 11:54:50 +03:00
parent e51fdd3c86
commit 63a1eef6e4

View File

@ -39,7 +39,6 @@ namespace osu.Game.Modes.UI
protected HudOverlay()
{
RelativeSizeAxes = Axes.Both;
AlwaysPresent = true;
Add(hud = new Container
{