mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 22:06:08 +08:00
Fix up comment in audio device options
This commit is contained in:
parent
ac073e22c9
commit
166a78a15a
@ -43,8 +43,8 @@ namespace osu.Game.Overlays.Options.Sections.Audio
|
||||
// device names. Dropdowns, however, may not have multiple identical
|
||||
// keys. Thus, we remove duplicate audio device names from
|
||||
// the dropdown. BASS does not give us a simple mechanism to select
|
||||
// specific audio devices in such a case anyways.This functionality would
|
||||
// require OS-specific and involved code.
|
||||
// specific audio devices in such a case anyways. Such
|
||||
// functionality would require involved OS-specific code.
|
||||
dropdown.Items = deviceItems.Distinct().ToList();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user