Browse Source

Trying to create a mutex twice

Xavier Sellier 7 years ago
parent
commit
692f4250e7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      platform/android/audio_driver_opensl.cpp

+ 0 - 1
platform/android/audio_driver_opensl.cpp

@@ -265,6 +265,5 @@ void AudioDriverOpenSL::set_pause(bool p_pause) {
 
 AudioDriverOpenSL::AudioDriverOpenSL() {
 	s_ad = this;
-	mutex = Mutex::create();
 	pause = false;
 }