mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Fix default color
This commit is contained in:
parent
e81e356d59
commit
67f04f75a6
@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Settings
|
||||
|
||||
public partial class ColourControl : OsuClickableContainer, IHasPopover, IHasCurrentValue<Colour4>
|
||||
{
|
||||
private readonly BindableWithCurrent<Colour4> current = new BindableWithCurrent<Colour4>();
|
||||
private readonly BindableWithCurrent<Colour4> current = new BindableWithCurrent<Colour4>(Colour4.White);
|
||||
|
||||
public Bindable<Colour4> Current
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user