1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 01:19:52 +08:00

Remove duplicated block

This commit is contained in:
Dean Herbert
2024-12-27 21:36:07 +09:00
Unverified
parent e752531aec
commit a9a5bb2c6a
-4
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: