mirror of https://github.com/ppy/osu
Update in line with framework
This commit is contained in:
parent
fd60485dd2
commit
d1f03ebf0c
|
@ -139,7 +139,7 @@ private void load(FrameworkConfigManager frameworkConfig)
|
|||
|
||||
private readonly List<IBindable> references = new List<IBindable>();
|
||||
|
||||
private void trackSetting<T>(Bindable<T> bindable, Bindable<T>.BindableValueChanged<T> action)
|
||||
private void trackSetting<T>(Bindable<T> bindable, Action<T> action)
|
||||
{
|
||||
// we need to keep references as we bind
|
||||
references.Add(bindable);
|
||||
|
|
Loading…
Reference in New Issue