mirror of
https://github.com/ppy/osu
synced 2025-03-19 17:44:30 +00:00
Set drag bar to correct orange.
This commit is contained in:
parent
a92404413c
commit
1f73bb4cf0
@ -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
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user