Add links to GitHub; Remove reduntant using directive and variable

This commit is contained in:
HoutarouOreki
2018-07-25 03:58:08 +02:00
parent 05a59f3525
commit c8f36a0c66
2 changed files with 1 additions and 4 deletions

View File

@ -259,7 +259,6 @@ namespace osu.Game.Overlays.Changelog
{
t.TextSize = 14; // web: 12,
t.Colour = new Color4(235, 184, 254, 255);
t = new ClickableText();
});
ChangelogEntries.Add(messageContainer);
}