Remove silly platform specific logic.

This commit is contained in:
Dean Herbert
2017-05-02 17:00:30 +09:00
parent 57e63b9934
commit 116e92a542

View File

@ -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(),
};