2
0
Эх сурвалжийг харах

Trying to create a mutex twice

Xavier Sellier 7 жил өмнө
parent
commit
692f4250e7

+ 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;
 }