Revamped asset loading system

This commit is contained in:
Joshua Barretto 2019-07-02 13:42:39 +01:00
parent a72c54011a
commit 6dae0c8cd2

View File

@ -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