diff options
| author | Ruslan Mustakov | 2018-03-01 17:40:44 +0700 |
|---|---|---|
| committer | Ruslan Mustakov | 2018-03-01 17:40:44 +0700 |
| commit | c10749d51f2b77eb1b38909d790e7d3895a97364 (patch) | |
| tree | 976ad2fe68a4f69fa9e57f36f78ddc1972ff6f1d /platform/android/audio_driver_opensl.cpp | |
| parent | 8df449100a3f9dde511d05087bef60a07fadefde (diff) | |
| download | godot-c10749d51f2b77eb1b38909d790e7d3895a97364.tar.gz godot-c10749d51f2b77eb1b38909d790e7d3895a97364.tar.zst godot-c10749d51f2b77eb1b38909d790e7d3895a97364.zip | |
Diffstat (limited to 'platform/android/audio_driver_opensl.cpp')
| -rw-r--r-- | platform/android/audio_driver_opensl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/audio_driver_opensl.cpp b/platform/android/audio_driver_opensl.cpp index bc77a4e72..e6bd3ff25 100644 --- a/platform/android/audio_driver_opensl.cpp +++ b/platform/android/audio_driver_opensl.cpp @@ -271,4 +271,5 @@ AudioDriverOpenSL::AudioDriverOpenSL() { s_ad = this; mutex = Mutex::create(); //NULL; pause = false; + active = false; } |
