Formatting

This commit is contained in:
Dean Herbert
2017-07-13 13:52:40 +09:00
parent 3a4150c6c3
commit c02a85bc4a
4 changed files with 6 additions and 12 deletions

View File

@ -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 }
});
}