mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 08:52:54 +08:00
Fix big oops
This commit is contained in:
parent
787d3dceea
commit
940220b649
@ -12,7 +12,7 @@ namespace osu.Game.Screens.Edit.Components.TernaryButtons
|
||||
{
|
||||
public readonly Bindable<TernaryState> Bindable;
|
||||
|
||||
public readonly Bindable<bool> Enabled = new Bindable<bool>();
|
||||
public readonly Bindable<bool> Enabled = new Bindable<bool>(true);
|
||||
|
||||
public readonly string Description;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user