1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Correct code style

This commit is contained in:
kj415j45 2021-07-17 21:37:58 +08:00
parent 0183564810
commit f4eeb9139e

View File

@ -155,6 +155,7 @@ namespace osu.Game.Graphics.UserInterface
RelativeSizeAxes = Axes.Y;
LocalisableString text;
switch (value)
{
case IHasDescription hasDescription:
@ -172,7 +173,7 @@ namespace osu.Game.Graphics.UserInterface
default:
text = value.ToString();
break;
};
}
Children = new Drawable[]
{