Add code to ignore jack as an audio device

Former-commit-id: 1dbaa796f82f2e9be26a3648e9aaca81f3348134
This commit is contained in:
Louis Pearson
2019-05-11 14:39:46 -06:00
parent 5a04e98725
commit 315767f19f
12 changed files with 137 additions and 3 deletions

View File

@ -47,6 +47,10 @@ impl PlayState for MainMenuState {
// Used for client creation.
let mut client_init: Option<ClientInit> = None;
global_state
.audio
.play_music("voxygen/audio/soundtrack/veloren_title_tune-3.ogg");
loop {
// Handle window events.
for event in global_state.window.fetch_events() {