Merge pull request #17137 from endragor/fix-audio-init-crash
Fix intermittent audio driver crash during startup on Android
This commit is contained in:
commit
3e03ed90a8
1 changed files with 1 additions and 0 deletions
|
@ -271,4 +271,5 @@ AudioDriverOpenSL::AudioDriverOpenSL() {
|
|||
s_ad = this;
|
||||
mutex = Mutex::create(); //NULL;
|
||||
pause = false;
|
||||
active = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue