mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 10:47:28 +08:00
Correct code style
This commit is contained in:
parent
0183564810
commit
f4eeb9139e
@ -155,6 +155,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
RelativeSizeAxes = Axes.Y;
|
RelativeSizeAxes = Axes.Y;
|
||||||
|
|
||||||
LocalisableString text;
|
LocalisableString text;
|
||||||
|
|
||||||
switch (value)
|
switch (value)
|
||||||
{
|
{
|
||||||
case IHasDescription hasDescription:
|
case IHasDescription hasDescription:
|
||||||
@ -172,7 +173,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
default:
|
default:
|
||||||
text = value.ToString();
|
text = value.ToString();
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user