mirror of
https://github.com/ppy/osu
synced 2025-01-06 06:10:04 +00:00
Use GlobalAction.DecreaseVolume
instead
This commit is contained in:
parent
873806c2ea
commit
583619b915
@ -90,7 +90,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
|
||||
case Key.Down:
|
||||
focusForAdjustment();
|
||||
volume?.Adjust(GlobalAction.IncreaseVolume, -1);
|
||||
volume?.Adjust(GlobalAction.DecreaseVolume);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user