mirror of
https://github.com/ppy/osu
synced 2025-03-01 17:11:12 +00:00
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
Block a user