mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Add default bindable values
This commit is contained in:
parent
fac4cd6a32
commit
51a9dd038e
@ -26,7 +26,7 @@ namespace osu.Game.Overlays.Volume
|
||||
public class VolumeMeter : Container, IKeyBindingHandler<GlobalAction>
|
||||
{
|
||||
private CircularProgress volumeCircle;
|
||||
public BindableDouble Bindable { get; } = new BindableDouble();
|
||||
public BindableDouble Bindable { get; } = new BindableDouble { MinValue = 0, MaxValue = 1 };
|
||||
private readonly float circleSize;
|
||||
private readonly Color4 meterColour;
|
||||
private readonly string name;
|
||||
|
Loading…
Reference in New Issue
Block a user