Remove StreamColour class and implement locally

This commit is contained in:
Dean Herbert
2019-05-17 18:09:11 +09:00
parent 0b076c9ca0
commit dbc42fd59e
4 changed files with 35 additions and 46 deletions

View File

@ -73,7 +73,7 @@ namespace osu.Game.Overlays.Changelog
lineBadge = new LineBadge(false)
{
Anchor = Anchor.TopCentre,
Colour = StreamColour.FromStreamName(stream.Name),
Colour = stream.Colour,
UncollapsedSize = 4,
CollapsedSize = 2,
},