mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Formatting
This commit is contained in:
@ -59,10 +59,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
Masking = true,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new[]
|
||||
{
|
||||
path = new Path { RelativeSizeAxes = Axes.Both, PathWidth = 1 }
|
||||
}
|
||||
Child = path = new Path { RelativeSizeAxes = Axes.Both, PathWidth = 1 }
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user