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

fix braces

This commit is contained in:
itsMapleLeaf 2023-01-24 22:36:13 -06:00
parent 5f037ac1e9
commit 132417b4e4

View File

@ -30,12 +30,14 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
InternalChildren = new Drawable[]
{
shadeContainer = new Container {
shadeContainer = new Container
{
RelativeSizeAxes = Axes.Both,
Height = 0.5f,
CornerRadius = ArgonNotePiece.CORNER_RADIUS,
Masking = true,
Children = new Drawable[] {
Children = new Drawable[]
{
new Box
{
RelativeSizeAxes = Axes.Both,
@ -44,7 +46,8 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
},
},
},
hitLine = new Circle {
hitLine = new Circle
{
RelativeSizeAxes = Axes.X,
Height = ArgonNotePiece.CORNER_RADIUS * 2,
},