Formatting

This commit is contained in:
DrabWeb
2017-03-23 02:47:27 -03:00
parent b8129526a4
commit 88d878e1d5
3 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Screens.Select
{
private const float transition_duration = 500;
private Container content;
private readonly Container content;
protected override Container<Drawable> Content => content;
public readonly Container Details; //todo: replace with a real details view when added