Fix up volume encapsulation

This commit is contained in:
Drew DeVault
2016-11-23 06:26:46 -05:00
parent a3db259071
commit 69cb9cf4de
3 changed files with 24 additions and 20 deletions

View File

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