mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 19:55:45 +08: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 void resetAcceleration() => accelerationModifier = 1;
|
||||||
|
|
||||||
private float dragDelta = 0;
|
private float dragDelta;
|
||||||
|
|
||||||
protected override bool OnDragStart(DragStartEvent e)
|
protected override bool OnDragStart(DragStartEvent e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user