Fix code quality issues

This commit is contained in:
TheWildTree
2020-03-26 16:11:58 +01:00
parent da996ffe74
commit 9a30ff5a00
4 changed files with 2 additions and 7 deletions

View File

@ -81,7 +81,7 @@ namespace osu.Game.Screens.Multi
private const float spacing = 6;
private const int text_offset = 2;
private SpriteIcon iconSprite;
private readonly SpriteIcon iconSprite;
private readonly OsuSpriteText titleText, pageText;
public IMultiplayerSubScreen Screen
@ -101,7 +101,6 @@ namespace osu.Game.Screens.Multi
}
public MultiHeaderTitle()
: base()
{
AutoSizeAxes = Axes.Both;