mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Use GlobalAction.DecreaseVolume
instead
This commit is contained in:
@ -90,7 +90,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
|
||||
case Key.Down:
|
||||
focusForAdjustment();
|
||||
volume?.Adjust(GlobalAction.IncreaseVolume, -1);
|
||||
volume?.Adjust(GlobalAction.DecreaseVolume);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user