Explorar o código

Trying to create a mutex twice

Xavier Sellier %!s(int64=7) %!d(string=hai) anos
pai
achega
692f4250e7
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
 }