mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 08:27:23 +08:00
Remove duplicated block
This commit is contained in:
parent
e752531aec
commit
a9a5bb2c6a
@ -1444,10 +1444,6 @@ namespace osu.Game
|
||||
|
||||
switch (e.Action)
|
||||
{
|
||||
case GlobalAction.DecreaseVolume:
|
||||
case GlobalAction.IncreaseVolume:
|
||||
return volume.Adjust(e.Action);
|
||||
|
||||
case GlobalAction.ToggleMute:
|
||||
case GlobalAction.NextVolumeMeter:
|
||||
case GlobalAction.PreviousVolumeMeter:
|
||||
|
Loading…
x
Reference in New Issue
Block a user