mirror of
https://github.com/ppy/osu
synced 2025-01-05 21:59:46 +00:00
Formatting
This commit is contained in:
parent
ca1d1c58ab
commit
441e4e7d56
@ -56,7 +56,10 @@ namespace osu.Game.Overlays
|
||||
Padding = new MarginPadding { Vertical = 1.5f };
|
||||
Alpha = 0f;
|
||||
|
||||
Action += () => { if (!current.Disabled) current.SetDefault(); };
|
||||
Action += () =>
|
||||
{
|
||||
if (!current.Disabled) current.SetDefault();
|
||||
};
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Loading…
Reference in New Issue
Block a user