فهرست منبع

Merge pull request #18240 from xsellier/bugfix/mutex-error-android

Bugfix/mutex error android
Rémi Verschelde 7 سال پیش
والد
کامیت
83d5db294d
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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;
 }