mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Change in-line with framework
This commit is contained in:
@ -139,7 +139,7 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
private readonly List<IBindable> references = new List<IBindable>();
|
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
|
// we need to keep references as we bind
|
||||||
references.Add(bindable);
|
references.Add(bindable);
|
||||||
|
Reference in New Issue
Block a user