1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 07:23:14 +08:00

Formatting.

This commit is contained in:
DrabWeb 2017-07-13 00:27:41 -03:00
parent 931adcf677
commit 321ae42351

View File

@ -163,7 +163,11 @@ namespace osu.Game.Overlays
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
RelativeSizeAxes = Axes.X,
}, m => { disc.Add(m); Show(); });
}, m =>
{
disc.Add(m);
Show();
});
}
protected override void Update()