mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix audio
This commit is contained in:
parent
d41d020e06
commit
9f83130466
@ -60,7 +60,7 @@ impl AudioFrontend {
|
|||||||
pub fn no_audio() -> Self {
|
pub fn no_audio() -> Self {
|
||||||
Self {
|
Self {
|
||||||
device: "none".to_string(),
|
device: "none".to_string(),
|
||||||
device_list: list_devices(),
|
device_list: Vec::new(),
|
||||||
audio_device: None,
|
audio_device: None,
|
||||||
sound_cache: SoundCache::new(),
|
sound_cache: SoundCache::new(),
|
||||||
channels: Vec::new(),
|
channels: Vec::new(),
|
||||||
|
Loading…
Reference in New Issue
Block a user