Merge branch 'master' into url-parsing-support

This commit is contained in:
Dean Herbert
2018-01-17 16:16:55 +09:00
98 changed files with 1084 additions and 357 deletions

View File

@ -318,11 +318,11 @@ namespace osu.Game.Overlays.Profile
colourBar.Show();
}
Action<SpriteText> boldItalic = t =>
void boldItalic(SpriteText t)
{
t.Font = @"Exo2.0-BoldItalic";
t.Alpha = 1;
};
}
if (user.Age != null)
{