mirror of https://github.com/ppy/osu
Fix build error
This commit is contained in:
parent
e2593ac3e7
commit
fe31bac505
|
@ -91,6 +91,8 @@ private void Bindable_ValueChanged(ValueChangedEvent<PanelDisplayStyle> e)
|
||||||
|
|
||||||
protected override void Dispose(bool isDisposing)
|
protected override void Dispose(bool isDisposing)
|
||||||
{
|
{
|
||||||
|
base.Dispose(isDisposing);
|
||||||
|
|
||||||
bindable.ValueChanged -= Bindable_ValueChanged;
|
bindable.ValueChanged -= Bindable_ValueChanged;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue