1
0
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:
Dean Herbert 2024-12-27 21:36:07 +09:00
parent e752531aec
commit a9a5bb2c6a
No known key found for this signature in database

View File

@ -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: