add comment and cleanup

This commit is contained in:
David Zhao
2019-07-11 14:00:25 +09:00
parent 6c0de0b436
commit ac170a6957
3 changed files with 6 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Screens.Backgrounds
private readonly DimmableBackgroundContainer fadeContainer;
protected virtual DimmableBackgroundContainer CreateFadeContainer() => new DimmableBackgroundContainer() { RelativeSizeAxes = Axes.Both };
protected virtual DimmableBackgroundContainer CreateFadeContainer() => new DimmableBackgroundContainer { RelativeSizeAxes = Axes.Both };
public BackgroundScreenBeatmap(WorkingBeatmap beatmap = null)
{