Fix VolumeMeter.Bindable

This commit is contained in:
Drew DeVault 2016-11-23 06:15:19 -05:00
parent 78be1dd3af
commit a3db259071
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace osu.Game.Graphics.UserInterface.Volume
internal class VolumeMeter : Container
{
private Box meterFill;
public BindableDouble Bindable;
public BindableDouble Bindable { get; private set; }
public VolumeMeter(string meterName)
{