mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Use controlWithCurrent as per comment.
This commit is contained in:
@ -50,7 +50,7 @@ namespace osu.Game.Overlays.Options
|
||||
set
|
||||
{
|
||||
bindable = value;
|
||||
(Control as IHasCurrentValue<T>)?.Current.BindTo(bindable);
|
||||
controlWithCurrent?.Current.BindTo(bindable);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user