mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +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;
|
||||
public BindableDouble Bindable { get; } = new BindableDouble();
|
||||
|
||||
private double lastVolume;
|
||||
|
||||
public VolumeMeter(string meterName)
|
||||
{
|
||||
Size = new Vector2(40, 180);
|
||||
|
Reference in New Issue
Block a user