mirror of
https://github.com/ppy/osu
synced 2025-01-04 13:22:08 +00:00
Remove redundant value to appease CI
This commit is contained in:
parent
a34d2a3424
commit
1790a5df03
@ -313,7 +313,7 @@ namespace osu.Game.Overlays.Volume
|
||||
|
||||
private void resetAcceleration() => accelerationModifier = 1;
|
||||
|
||||
private float dragDelta = 0;
|
||||
private float dragDelta;
|
||||
|
||||
protected override bool OnDragStart(DragStartEvent e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user