1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00

Formatting

This commit is contained in:
Swords 2021-05-24 22:08:34 +10:00
parent ca1d1c58ab
commit 441e4e7d56

View File

@ -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()