mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Remove StreamColour class and implement locally
This commit is contained in:
@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user