mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Removed no longer used "lastVolume" field
This commit is contained in:
@ -18,8 +18,6 @@ namespace osu.Game.Graphics.UserInterface.Volume
|
|||||||
private readonly Box meterFill;
|
private readonly Box meterFill;
|
||||||
public BindableDouble Bindable { get; } = new BindableDouble();
|
public BindableDouble Bindable { get; } = new BindableDouble();
|
||||||
|
|
||||||
private double lastVolume;
|
|
||||||
|
|
||||||
public VolumeMeter(string meterName)
|
public VolumeMeter(string meterName)
|
||||||
{
|
{
|
||||||
Size = new Vector2(40, 180);
|
Size = new Vector2(40, 180);
|
||||||
|
Reference in New Issue
Block a user