mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 07:23:14 +08:00
Formatting.
This commit is contained in:
parent
931adcf677
commit
321ae42351
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user