mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Revamping the audio system for Voxygen from #163
This commit is contained in:
parent
de9d05999d
commit
0ec240ea8e
@ -425,6 +425,7 @@ fn send_msg(tx: &mut Sender<AudioPlayerMsg>, msg: AudioPlayerMsg) {
|
||||
fn list_devices_raw() -> Vec<Device> {
|
||||
rodio::output_devices().collect()
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
|
||||
#[test]
|
||||
fn test_load_soundtracks() {
|
||||
@ -433,3 +434,5 @@ fn test_load_soundtracks() {
|
||||
println!("{}", entry)
|
||||
}
|
||||
}
|
||||
=======
|
||||
>>>>>>> Revamping the audio system for Voxygen from #163
|
||||
|
Loading…
Reference in New Issue
Block a user