Merge remote-tracking branch 'upstream/master' into RefactorInputQueues

This commit is contained in:
Dean Herbert
2018-01-16 19:47:55 +09:00
249 changed files with 3804 additions and 2521 deletions

View File

@ -319,11 +319,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)
{