1
0
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:
Thomas Müller 2017-04-08 11:01:41 +02:00
parent ac073e22c9
commit 166a78a15a

View File

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