mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 00:02:54 +08:00
Remove silly platform specific logic.
This commit is contained in:
parent
57e63b9934
commit
116e92a542
@ -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(),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user