mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 15:42:54 +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>
|
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
|
public Bindable<Colour4> Current
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user