mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Revamped asset loading system
This commit is contained in:
parent
a72c54011a
commit
6dae0c8cd2
@ -425,7 +425,6 @@ 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() {
|
||||
@ -434,5 +433,3 @@ fn test_load_soundtracks() {
|
||||
println!("{}", entry)
|
||||
}
|
||||
}
|
||||
=======
|
||||
>>>>>>> Revamping the audio system for Voxygen from #163
|
||||
|
Loading…
Reference in New Issue
Block a user