From 1f73bb4cf0efe871bcedcd9a248b0cec25f7f782 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 15 Nov 2016 16:57:10 +0900 Subject: [PATCH] Set drag bar to correct orange. --- osu.Game/Overlays/MusicController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Overlays/MusicController.cs b/osu.Game/Overlays/MusicController.cs index 1be929ab88..f84d2052c3 100644 --- a/osu.Game/Overlays/MusicController.cs +++ b/osu.Game/Overlays/MusicController.cs @@ -171,7 +171,7 @@ namespace osu.Game.Overlays Origin = Anchor.BottomCentre, Anchor = Anchor.BottomCentre, Height = 10, - Colour = Color4.Orange, + Colour = new Color4(255, 204, 34, 255), SeekRequested = seek } };