Use GlobalAction.DecreaseVolume instead

This commit is contained in:
Salman Ahmed 2022-06-15 10:21:27 +03:00
parent 873806c2ea
commit 583619b915

View File

@ -90,7 +90,7 @@ namespace osu.Game.Overlays.Toolbar
case Key.Down:
focusForAdjustment();
volume?.Adjust(GlobalAction.IncreaseVolume, -1);
volume?.Adjust(GlobalAction.DecreaseVolume);
return true;
}