1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Remove redundant value to appease CI

This commit is contained in:
Salman Ahmed 2024-01-17 08:29:55 +03:00
parent a34d2a3424
commit 1790a5df03

View File

@ -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)
{