1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 09:50:24 +08:00

Set drag bar to correct orange.

This commit is contained in:
Dean Herbert
2016-11-15 16:57:10 +09:00
Unverified
parent a92404413c
commit 1f73bb4cf0
+1 -1
View File
@@ -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
}
};