1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 06:12:55 +08:00

Remove whitespace

This commit is contained in:
smoogipoo 2018-05-23 19:01:27 +09:00
parent a25462e10f
commit a5d2d74447

View File

@ -45,7 +45,6 @@ namespace osu.Game.Screens.Edit.Components
private void load(IGameBeatmap beatmap, OsuColour colours)
{
Beatmap.BindTo(beatmap);
background.Colour = colours.Gray1;
}
}