diff options
author | Chris Robinson <[email protected]> | 2019-04-16 17:23:28 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-04-16 17:23:28 -0700 |
commit | 09dbc4c2dab8b0fa7ae6e657172005d94a0b76f8 (patch) | |
tree | 51c288c53eef77161f44beea3876f676646e893c | |
parent | 61f7e7716c6743b16051d8c3ea4cea3b27d0197b (diff) |
Fix PulseAudio backend initialization
-rw-r--r-- | Alc/backends/pulseaudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/pulseaudio.cpp b/Alc/backends/pulseaudio.cpp index bbff6796..3050c3a0 100644 --- a/Alc/backends/pulseaudio.cpp +++ b/Alc/backends/pulseaudio.cpp @@ -1493,7 +1493,7 @@ bool PulseBackendFactory::init() #ifdef HAVE_DYNLOAD if(!pa_handle) { - bool ret{false}; + bool ret{true}; std::string missing_funcs; #ifdef _WIN32 |