Merge branch 'master' into beatmap-detail-tabs

This commit is contained in:
Dean Herbert
2017-03-23 14:26:00 +09:00
committed by GitHub
120 changed files with 345 additions and 289 deletions

View File

@ -61,8 +61,8 @@ namespace osu.Game.Graphics.UserInterface
private class OsuTabItem : TabItem<T>
{
private SpriteText text;
private Box box;
private readonly SpriteText text;
private readonly Box box;
private Color4? accentColour;
public Color4 AccentColour