mirror of https://github.com/ppy/osu
Fix VolumeMeter.Bindable
This commit is contained in:
parent
78be1dd3af
commit
a3db259071
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue