1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 14:30:30 +08:00

Update in line with framework

This commit is contained in:
Dean Herbert
2018-01-05 20:29:14 +09:00
Unverified
parent fd60485dd2
commit d1f03ebf0c
+1 -1
View File
@@ -139,7 +139,7 @@ namespace osu.Game.Overlays
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);