1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 07:03:21 +08:00

Expand mania to fit vertical screen bounds

This commit is contained in:
smoogipoo 2020-04-02 16:04:09 +09:00
parent 366dc7085d
commit 7ba533b7a4

View File

@ -3,7 +3,6 @@
using osu.Framework.Graphics; using osu.Framework.Graphics;
using osu.Game.Rulesets.UI; using osu.Game.Rulesets.UI;
using osuTK;
namespace osu.Game.Rulesets.Mania.UI namespace osu.Game.Rulesets.Mania.UI
{ {
@ -13,8 +12,6 @@ namespace osu.Game.Rulesets.Mania.UI
{ {
Anchor = Anchor.Centre; Anchor = Anchor.Centre;
Origin = Anchor.Centre; Origin = Anchor.Centre;
Size = new Vector2(1, 0.8f);
} }
} }
} }