mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 03:49:55 +08:00
Remove silly platform specific logic.
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user