diff --git a/osu.Game/Overlays/Options/Sections/AudioSection.cs b/osu.Game/Overlays/Options/Sections/AudioSection.cs index 1412fdea34..3de2bb4901 100644 --- a/osu.Game/Overlays/Options/Sections/AudioSection.cs +++ b/osu.Game/Overlays/Options/Sections/AudioSection.cs @@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Options.Sections { Children = new Drawable[] { - new AudioDevicesOptions { Alpha = RuntimeInfo.IsWindows ? 1 : 0 }, + new AudioDevicesOptions(), new VolumeOptions(), new OffsetOptions(), };