Don't update sensitivity when dragging slider

This commit is contained in:
Dean Herbert
2017-06-05 13:24:54 +09:00
parent ff0888449f
commit ae7388e68f
2 changed files with 57 additions and 3 deletions

View File

@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Settings
// hold a reference to the provided bindable so we don't have to in every settings section.
private Bindable<T> bindable;
public Bindable<T> Bindable
public virtual Bindable<T> Bindable
{
get
{